README
¶
github.com/hashicorp/go-azure-sdk/microsoft-graph/devicemanagement/beta/templatemigratableto
Documentation
The templatemigratableto
SDK allows for interaction with Microsoft Graph devicemanagement
(API Version beta
).
This readme covers example usages, but further information on using this SDK can be found in the project root.
Import Path
import "github.com/hashicorp/go-azure-sdk/microsoft-graph/devicemanagement/beta/templatemigratableto"
Client Initialization
client := templatemigratableto.NewTemplateMigratableToClientWithBaseURI("https://graph.microsoft.com")
client.Client.Authorizer = authorizer
Example Usage: TemplateMigratableToClient.CreateTemplateMigratableTo
ctx := context.TODO()
id := templatemigratableto.NewDeviceManagementTemplateID("deviceManagementTemplateId")
payload := templatemigratableto.DeviceManagementTemplate{
// ...
}
read, err := client.CreateTemplateMigratableTo(ctx, id, payload, templatemigratableto.DefaultCreateTemplateMigratableToOperationOptions())
if err != nil {
// handle the error
}
if model := read.Model; model != nil {
// do something with the model/response object
}
Example Usage: TemplateMigratableToClient.CreateTemplateMigratableToInstance
ctx := context.TODO()
id := templatemigratableto.NewDeviceManagementTemplateIdMigratableToID("deviceManagementTemplateId", "deviceManagementTemplateId1")
payload := templatemigratableto.CreateTemplateMigratableToInstanceRequest{
// ...
}
read, err := client.CreateTemplateMigratableToInstance(ctx, id, payload, templatemigratableto.DefaultCreateTemplateMigratableToInstanceOperationOptions())
if err != nil {
// handle the error
}
if model := read.Model; model != nil {
// do something with the model/response object
}
Example Usage: TemplateMigratableToClient.DeleteTemplateMigratableTo
ctx := context.TODO()
id := templatemigratableto.NewDeviceManagementTemplateIdMigratableToID("deviceManagementTemplateId", "deviceManagementTemplateId1")
read, err := client.DeleteTemplateMigratableTo(ctx, id, templatemigratableto.DefaultDeleteTemplateMigratableToOperationOptions())
if err != nil {
// handle the error
}
if model := read.Model; model != nil {
// do something with the model/response object
}
Example Usage: TemplateMigratableToClient.GetTemplateMigratableTo
ctx := context.TODO()
id := templatemigratableto.NewDeviceManagementTemplateIdMigratableToID("deviceManagementTemplateId", "deviceManagementTemplateId1")
read, err := client.GetTemplateMigratableTo(ctx, id, templatemigratableto.DefaultGetTemplateMigratableToOperationOptions())
if err != nil {
// handle the error
}
if model := read.Model; model != nil {
// do something with the model/response object
}
Example Usage: TemplateMigratableToClient.GetTemplateMigratableToCount
ctx := context.TODO()
id := templatemigratableto.NewDeviceManagementTemplateID("deviceManagementTemplateId")
read, err := client.GetTemplateMigratableToCount(ctx, id, templatemigratableto.DefaultGetTemplateMigratableToCountOperationOptions())
if err != nil {
// handle the error
}
if model := read.Model; model != nil {
// do something with the model/response object
}
Example Usage: TemplateMigratableToClient.ListTemplateMigratableToImportOffice365DeviceConfigurationPolicies
ctx := context.TODO()
id := templatemigratableto.NewDeviceManagementTemplateID("deviceManagementTemplateId")
// alternatively `client.ListTemplateMigratableToImportOffice365DeviceConfigurationPolicies(ctx, id, templatemigratableto.DefaultListTemplateMigratableToImportOffice365DeviceConfigurationPoliciesOperationOptions())` can be used to do batched pagination
items, err := client.ListTemplateMigratableToImportOffice365DeviceConfigurationPoliciesComplete(ctx, id, templatemigratableto.DefaultListTemplateMigratableToImportOffice365DeviceConfigurationPoliciesOperationOptions())
if err != nil {
// handle the error
}
for _, item := range items {
// do something
}
Example Usage: TemplateMigratableToClient.ListTemplateMigratableTos
ctx := context.TODO()
id := templatemigratableto.NewDeviceManagementTemplateID("deviceManagementTemplateId")
// alternatively `client.ListTemplateMigratableTos(ctx, id, templatemigratableto.DefaultListTemplateMigratableTosOperationOptions())` can be used to do batched pagination
items, err := client.ListTemplateMigratableTosComplete(ctx, id, templatemigratableto.DefaultListTemplateMigratableTosOperationOptions())
if err != nil {
// handle the error
}
for _, item := range items {
// do something
}
Example Usage: TemplateMigratableToClient.UpdateTemplateMigratableTo
ctx := context.TODO()
id := templatemigratableto.NewDeviceManagementTemplateIdMigratableToID("deviceManagementTemplateId", "deviceManagementTemplateId1")
payload := templatemigratableto.DeviceManagementTemplate{
// ...
}
read, err := client.UpdateTemplateMigratableTo(ctx, id, payload, templatemigratableto.DefaultUpdateTemplateMigratableToOperationOptions())
if err != nil {
// handle the error
}
if model := read.Model; model != nil {
// do something with the model/response object
}
Documentation
¶
Index ¶
- type CreateTemplateMigratableToInstanceOperationOptions
- type CreateTemplateMigratableToInstanceOperationResponse
- type CreateTemplateMigratableToInstanceRequest
- type CreateTemplateMigratableToOperationOptions
- type CreateTemplateMigratableToOperationResponse
- type DeleteTemplateMigratableToOperationOptions
- type DeleteTemplateMigratableToOperationResponse
- type DeviceManagementIntentOperationPredicate
- type DeviceManagementTemplateOperationPredicate
- type GetTemplateMigratableToCountOperationOptions
- type GetTemplateMigratableToCountOperationResponse
- type GetTemplateMigratableToOperationOptions
- type GetTemplateMigratableToOperationResponse
- type ListTemplateMigratableToImportOffice365DeviceConfigurationPoliciesCompleteResult
- type ListTemplateMigratableToImportOffice365DeviceConfigurationPoliciesCustomPager
- type ListTemplateMigratableToImportOffice365DeviceConfigurationPoliciesOperationOptions
- func (o ListTemplateMigratableToImportOffice365DeviceConfigurationPoliciesOperationOptions) ToHeaders() *client.Headers
- func (o ListTemplateMigratableToImportOffice365DeviceConfigurationPoliciesOperationOptions) ToOData() *odata.Query
- func (o ListTemplateMigratableToImportOffice365DeviceConfigurationPoliciesOperationOptions) ToQuery() *client.QueryParams
- type ListTemplateMigratableToImportOffice365DeviceConfigurationPoliciesOperationResponse
- type ListTemplateMigratableTosCompleteResult
- type ListTemplateMigratableTosCustomPager
- type ListTemplateMigratableTosOperationOptions
- type ListTemplateMigratableTosOperationResponse
- type TemplateMigratableToClient
- func (c TemplateMigratableToClient) CreateTemplateMigratableTo(ctx context.Context, id beta.DeviceManagementTemplateId, ...) (result CreateTemplateMigratableToOperationResponse, err error)
- func (c TemplateMigratableToClient) CreateTemplateMigratableToInstance(ctx context.Context, id beta.DeviceManagementTemplateIdMigratableToId, ...) (result CreateTemplateMigratableToInstanceOperationResponse, err error)
- func (c TemplateMigratableToClient) DeleteTemplateMigratableTo(ctx context.Context, id beta.DeviceManagementTemplateIdMigratableToId, ...) (result DeleteTemplateMigratableToOperationResponse, err error)
- func (c TemplateMigratableToClient) GetTemplateMigratableTo(ctx context.Context, id beta.DeviceManagementTemplateIdMigratableToId, ...) (result GetTemplateMigratableToOperationResponse, err error)
- func (c TemplateMigratableToClient) GetTemplateMigratableToCount(ctx context.Context, id beta.DeviceManagementTemplateId, ...) (result GetTemplateMigratableToCountOperationResponse, err error)
- func (c TemplateMigratableToClient) ListTemplateMigratableToImportOffice365DeviceConfigurationPolicies(ctx context.Context, id beta.DeviceManagementTemplateId, ...) (...)
- func (c TemplateMigratableToClient) ListTemplateMigratableToImportOffice365DeviceConfigurationPoliciesComplete(ctx context.Context, id beta.DeviceManagementTemplateId, ...) (...)
- func (c TemplateMigratableToClient) ListTemplateMigratableToImportOffice365DeviceConfigurationPoliciesCompleteMatchingPredicate(ctx context.Context, id beta.DeviceManagementTemplateId, ...) (...)
- func (c TemplateMigratableToClient) ListTemplateMigratableTos(ctx context.Context, id beta.DeviceManagementTemplateId, ...) (result ListTemplateMigratableTosOperationResponse, err error)
- func (c TemplateMigratableToClient) ListTemplateMigratableTosComplete(ctx context.Context, id beta.DeviceManagementTemplateId, ...) (ListTemplateMigratableTosCompleteResult, error)
- func (c TemplateMigratableToClient) ListTemplateMigratableTosCompleteMatchingPredicate(ctx context.Context, id beta.DeviceManagementTemplateId, ...) (result ListTemplateMigratableTosCompleteResult, err error)
- func (c TemplateMigratableToClient) UpdateTemplateMigratableTo(ctx context.Context, id beta.DeviceManagementTemplateIdMigratableToId, ...) (result UpdateTemplateMigratableToOperationResponse, err error)
- type UpdateTemplateMigratableToOperationOptions
- type UpdateTemplateMigratableToOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateTemplateMigratableToInstanceOperationOptions ¶
type CreateTemplateMigratableToInstanceOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateTemplateMigratableToInstanceOperationOptions ¶
func DefaultCreateTemplateMigratableToInstanceOperationOptions() CreateTemplateMigratableToInstanceOperationOptions
func (CreateTemplateMigratableToInstanceOperationOptions) ToHeaders ¶
func (o CreateTemplateMigratableToInstanceOperationOptions) ToHeaders() *client.Headers
func (CreateTemplateMigratableToInstanceOperationOptions) ToOData ¶
func (o CreateTemplateMigratableToInstanceOperationOptions) ToOData() *odata.Query
func (CreateTemplateMigratableToInstanceOperationOptions) ToQuery ¶
func (o CreateTemplateMigratableToInstanceOperationOptions) ToQuery() *client.QueryParams
type CreateTemplateMigratableToInstanceRequest ¶
type CreateTemplateMigratableToInstanceRequest struct { Description nullable.Type[string] `json:"description,omitempty"` DisplayName nullable.Type[string] `json:"displayName,omitempty"` RoleScopeTagIds *[]string `json:"roleScopeTagIds,omitempty"` SettingsDelta *[]beta.DeviceManagementSettingInstance `json:"settingsDelta,omitempty"` }
type CreateTemplateMigratableToOperationOptions ¶
type CreateTemplateMigratableToOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateTemplateMigratableToOperationOptions ¶
func DefaultCreateTemplateMigratableToOperationOptions() CreateTemplateMigratableToOperationOptions
func (CreateTemplateMigratableToOperationOptions) ToHeaders ¶
func (o CreateTemplateMigratableToOperationOptions) ToHeaders() *client.Headers
func (CreateTemplateMigratableToOperationOptions) ToOData ¶
func (o CreateTemplateMigratableToOperationOptions) ToOData() *odata.Query
func (CreateTemplateMigratableToOperationOptions) ToQuery ¶
func (o CreateTemplateMigratableToOperationOptions) ToQuery() *client.QueryParams
type DeleteTemplateMigratableToOperationOptions ¶
type DeleteTemplateMigratableToOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteTemplateMigratableToOperationOptions ¶
func DefaultDeleteTemplateMigratableToOperationOptions() DeleteTemplateMigratableToOperationOptions
func (DeleteTemplateMigratableToOperationOptions) ToHeaders ¶
func (o DeleteTemplateMigratableToOperationOptions) ToHeaders() *client.Headers
func (DeleteTemplateMigratableToOperationOptions) ToOData ¶
func (o DeleteTemplateMigratableToOperationOptions) ToOData() *odata.Query
func (DeleteTemplateMigratableToOperationOptions) ToQuery ¶
func (o DeleteTemplateMigratableToOperationOptions) ToQuery() *client.QueryParams
type DeviceManagementIntentOperationPredicate ¶
type DeviceManagementIntentOperationPredicate struct { }
func (DeviceManagementIntentOperationPredicate) Matches ¶
func (p DeviceManagementIntentOperationPredicate) Matches(input beta.DeviceManagementIntent) bool
type DeviceManagementTemplateOperationPredicate ¶
type DeviceManagementTemplateOperationPredicate struct { }
func (DeviceManagementTemplateOperationPredicate) Matches ¶
func (p DeviceManagementTemplateOperationPredicate) Matches(input beta.DeviceManagementTemplate) bool
type GetTemplateMigratableToCountOperationOptions ¶
type GetTemplateMigratableToCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetTemplateMigratableToCountOperationOptions ¶
func DefaultGetTemplateMigratableToCountOperationOptions() GetTemplateMigratableToCountOperationOptions
func (GetTemplateMigratableToCountOperationOptions) ToHeaders ¶
func (o GetTemplateMigratableToCountOperationOptions) ToHeaders() *client.Headers
func (GetTemplateMigratableToCountOperationOptions) ToOData ¶
func (o GetTemplateMigratableToCountOperationOptions) ToOData() *odata.Query
func (GetTemplateMigratableToCountOperationOptions) ToQuery ¶
func (o GetTemplateMigratableToCountOperationOptions) ToQuery() *client.QueryParams
type GetTemplateMigratableToOperationOptions ¶
type GetTemplateMigratableToOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetTemplateMigratableToOperationOptions ¶
func DefaultGetTemplateMigratableToOperationOptions() GetTemplateMigratableToOperationOptions
func (GetTemplateMigratableToOperationOptions) ToHeaders ¶
func (o GetTemplateMigratableToOperationOptions) ToHeaders() *client.Headers
func (GetTemplateMigratableToOperationOptions) ToOData ¶
func (o GetTemplateMigratableToOperationOptions) ToOData() *odata.Query
func (GetTemplateMigratableToOperationOptions) ToQuery ¶
func (o GetTemplateMigratableToOperationOptions) ToQuery() *client.QueryParams
type ListTemplateMigratableToImportOffice365DeviceConfigurationPoliciesCompleteResult ¶
type ListTemplateMigratableToImportOffice365DeviceConfigurationPoliciesCompleteResult struct { LatestHttpResponse *http.Response Items []beta.DeviceManagementIntent }
type ListTemplateMigratableToImportOffice365DeviceConfigurationPoliciesCustomPager ¶
type ListTemplateMigratableToImportOffice365DeviceConfigurationPoliciesCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListTemplateMigratableToImportOffice365DeviceConfigurationPoliciesCustomPager) NextPageLink ¶
func (p *ListTemplateMigratableToImportOffice365DeviceConfigurationPoliciesCustomPager) NextPageLink() *odata.Link
type ListTemplateMigratableToImportOffice365DeviceConfigurationPoliciesOperationOptions ¶
type ListTemplateMigratableToImportOffice365DeviceConfigurationPoliciesOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Skip *int64 Top *int64 }
func DefaultListTemplateMigratableToImportOffice365DeviceConfigurationPoliciesOperationOptions ¶
func DefaultListTemplateMigratableToImportOffice365DeviceConfigurationPoliciesOperationOptions() ListTemplateMigratableToImportOffice365DeviceConfigurationPoliciesOperationOptions
func (ListTemplateMigratableToImportOffice365DeviceConfigurationPoliciesOperationOptions) ToHeaders ¶
func (o ListTemplateMigratableToImportOffice365DeviceConfigurationPoliciesOperationOptions) ToHeaders() *client.Headers
type ListTemplateMigratableTosCompleteResult ¶
type ListTemplateMigratableTosCompleteResult struct { LatestHttpResponse *http.Response Items []beta.DeviceManagementTemplate }
type ListTemplateMigratableTosCustomPager ¶
func (*ListTemplateMigratableTosCustomPager) NextPageLink ¶
func (p *ListTemplateMigratableTosCustomPager) NextPageLink() *odata.Link
type ListTemplateMigratableTosOperationOptions ¶
type ListTemplateMigratableTosOperationOptions struct { Count *bool Expand *odata.Expand Filter *string Metadata *odata.Metadata OrderBy *odata.OrderBy RetryFunc client.RequestRetryFunc Search *string Select *[]string Skip *int64 Top *int64 }
func DefaultListTemplateMigratableTosOperationOptions ¶
func DefaultListTemplateMigratableTosOperationOptions() ListTemplateMigratableTosOperationOptions
func (ListTemplateMigratableTosOperationOptions) ToHeaders ¶
func (o ListTemplateMigratableTosOperationOptions) ToHeaders() *client.Headers
func (ListTemplateMigratableTosOperationOptions) ToOData ¶
func (o ListTemplateMigratableTosOperationOptions) ToOData() *odata.Query
func (ListTemplateMigratableTosOperationOptions) ToQuery ¶
func (o ListTemplateMigratableTosOperationOptions) ToQuery() *client.QueryParams
type TemplateMigratableToClient ¶
func NewTemplateMigratableToClientWithBaseURI ¶
func NewTemplateMigratableToClientWithBaseURI(sdkApi sdkEnv.Api) (*TemplateMigratableToClient, error)
func (TemplateMigratableToClient) CreateTemplateMigratableTo ¶
func (c TemplateMigratableToClient) CreateTemplateMigratableTo(ctx context.Context, id beta.DeviceManagementTemplateId, input beta.DeviceManagementTemplate, options CreateTemplateMigratableToOperationOptions) (result CreateTemplateMigratableToOperationResponse, err error)
CreateTemplateMigratableTo - Create new navigation property to migratableTo for deviceManagement
func (TemplateMigratableToClient) CreateTemplateMigratableToInstance ¶
func (c TemplateMigratableToClient) CreateTemplateMigratableToInstance(ctx context.Context, id beta.DeviceManagementTemplateIdMigratableToId, input CreateTemplateMigratableToInstanceRequest, options CreateTemplateMigratableToInstanceOperationOptions) (result CreateTemplateMigratableToInstanceOperationResponse, err error)
CreateTemplateMigratableToInstance - Invoke action createInstance
func (TemplateMigratableToClient) DeleteTemplateMigratableTo ¶
func (c TemplateMigratableToClient) DeleteTemplateMigratableTo(ctx context.Context, id beta.DeviceManagementTemplateIdMigratableToId, options DeleteTemplateMigratableToOperationOptions) (result DeleteTemplateMigratableToOperationResponse, err error)
DeleteTemplateMigratableTo - Delete navigation property migratableTo for deviceManagement
func (TemplateMigratableToClient) GetTemplateMigratableTo ¶
func (c TemplateMigratableToClient) GetTemplateMigratableTo(ctx context.Context, id beta.DeviceManagementTemplateIdMigratableToId, options GetTemplateMigratableToOperationOptions) (result GetTemplateMigratableToOperationResponse, err error)
GetTemplateMigratableTo - Get migratableTo from deviceManagement. Collection of templates this template can migrate to
func (TemplateMigratableToClient) GetTemplateMigratableToCount ¶
func (c TemplateMigratableToClient) GetTemplateMigratableToCount(ctx context.Context, id beta.DeviceManagementTemplateId, options GetTemplateMigratableToCountOperationOptions) (result GetTemplateMigratableToCountOperationResponse, err error)
GetTemplateMigratableToCount - Get the number of the resource
func (TemplateMigratableToClient) ListTemplateMigratableToImportOffice365DeviceConfigurationPolicies ¶
func (c TemplateMigratableToClient) ListTemplateMigratableToImportOffice365DeviceConfigurationPolicies(ctx context.Context, id beta.DeviceManagementTemplateId, options ListTemplateMigratableToImportOffice365DeviceConfigurationPoliciesOperationOptions) (result ListTemplateMigratableToImportOffice365DeviceConfigurationPoliciesOperationResponse, err error)
ListTemplateMigratableToImportOffice365DeviceConfigurationPolicies - Invoke action importOffice365DeviceConfigurationPolicies
func (TemplateMigratableToClient) ListTemplateMigratableToImportOffice365DeviceConfigurationPoliciesComplete ¶
func (c TemplateMigratableToClient) ListTemplateMigratableToImportOffice365DeviceConfigurationPoliciesComplete(ctx context.Context, id beta.DeviceManagementTemplateId, options ListTemplateMigratableToImportOffice365DeviceConfigurationPoliciesOperationOptions) (ListTemplateMigratableToImportOffice365DeviceConfigurationPoliciesCompleteResult, error)
ListTemplateMigratableToImportOffice365DeviceConfigurationPoliciesComplete retrieves all the results into a single object
func (TemplateMigratableToClient) ListTemplateMigratableToImportOffice365DeviceConfigurationPoliciesCompleteMatchingPredicate ¶
func (c TemplateMigratableToClient) ListTemplateMigratableToImportOffice365DeviceConfigurationPoliciesCompleteMatchingPredicate(ctx context.Context, id beta.DeviceManagementTemplateId, options ListTemplateMigratableToImportOffice365DeviceConfigurationPoliciesOperationOptions, predicate DeviceManagementIntentOperationPredicate) (result ListTemplateMigratableToImportOffice365DeviceConfigurationPoliciesCompleteResult, err error)
ListTemplateMigratableToImportOffice365DeviceConfigurationPoliciesCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (TemplateMigratableToClient) ListTemplateMigratableTos ¶
func (c TemplateMigratableToClient) ListTemplateMigratableTos(ctx context.Context, id beta.DeviceManagementTemplateId, options ListTemplateMigratableTosOperationOptions) (result ListTemplateMigratableTosOperationResponse, err error)
ListTemplateMigratableTos - Get migratableTo from deviceManagement. Collection of templates this template can migrate to
func (TemplateMigratableToClient) ListTemplateMigratableTosComplete ¶
func (c TemplateMigratableToClient) ListTemplateMigratableTosComplete(ctx context.Context, id beta.DeviceManagementTemplateId, options ListTemplateMigratableTosOperationOptions) (ListTemplateMigratableTosCompleteResult, error)
ListTemplateMigratableTosComplete retrieves all the results into a single object
func (TemplateMigratableToClient) ListTemplateMigratableTosCompleteMatchingPredicate ¶
func (c TemplateMigratableToClient) ListTemplateMigratableTosCompleteMatchingPredicate(ctx context.Context, id beta.DeviceManagementTemplateId, options ListTemplateMigratableTosOperationOptions, predicate DeviceManagementTemplateOperationPredicate) (result ListTemplateMigratableTosCompleteResult, err error)
ListTemplateMigratableTosCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (TemplateMigratableToClient) UpdateTemplateMigratableTo ¶
func (c TemplateMigratableToClient) UpdateTemplateMigratableTo(ctx context.Context, id beta.DeviceManagementTemplateIdMigratableToId, input beta.DeviceManagementTemplate, options UpdateTemplateMigratableToOperationOptions) (result UpdateTemplateMigratableToOperationResponse, err error)
UpdateTemplateMigratableTo - Update the navigation property migratableTo in deviceManagement
type UpdateTemplateMigratableToOperationOptions ¶
type UpdateTemplateMigratableToOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateTemplateMigratableToOperationOptions ¶
func DefaultUpdateTemplateMigratableToOperationOptions() UpdateTemplateMigratableToOperationOptions
func (UpdateTemplateMigratableToOperationOptions) ToHeaders ¶
func (o UpdateTemplateMigratableToOperationOptions) ToHeaders() *client.Headers
func (UpdateTemplateMigratableToOperationOptions) ToOData ¶
func (o UpdateTemplateMigratableToOperationOptions) ToOData() *odata.Query
func (UpdateTemplateMigratableToOperationOptions) ToQuery ¶
func (o UpdateTemplateMigratableToOperationOptions) ToQuery() *client.QueryParams
Source Files
¶
- client.go
- method_createtemplatemigratableto.go
- method_createtemplatemigratabletoinstance.go
- method_deletetemplatemigratableto.go
- method_gettemplatemigratableto.go
- method_gettemplatemigratabletocount.go
- method_listtemplatemigratabletoimportoffice365deviceconfigurationpolicies.go
- method_listtemplatemigratabletos.go
- method_updatetemplatemigratableto.go
- model_createtemplatemigratabletoinstancerequest.go
- predicates.go
- version.go