Documentation ¶
Index ¶
- type CreateIntentSettingOperationOptions
- type CreateIntentSettingOperationResponse
- type DeleteIntentSettingOperationOptions
- type DeleteIntentSettingOperationResponse
- type DeviceManagementSettingInstanceOperationPredicate
- type GetIntentSettingOperationOptions
- type GetIntentSettingOperationResponse
- type GetIntentSettingsCountOperationOptions
- type GetIntentSettingsCountOperationResponse
- type IntentSettingClient
- func (c IntentSettingClient) CreateIntentSetting(ctx context.Context, id beta.DeviceManagementIntentId, ...) (result CreateIntentSettingOperationResponse, err error)
- func (c IntentSettingClient) DeleteIntentSetting(ctx context.Context, id beta.DeviceManagementIntentIdSettingId, ...) (result DeleteIntentSettingOperationResponse, err error)
- func (c IntentSettingClient) GetIntentSetting(ctx context.Context, id beta.DeviceManagementIntentIdSettingId, ...) (result GetIntentSettingOperationResponse, err error)
- func (c IntentSettingClient) GetIntentSettingsCount(ctx context.Context, id beta.DeviceManagementIntentId, ...) (result GetIntentSettingsCountOperationResponse, err error)
- func (c IntentSettingClient) ListIntentSettings(ctx context.Context, id beta.DeviceManagementIntentId, ...) (result ListIntentSettingsOperationResponse, err error)
- func (c IntentSettingClient) ListIntentSettingsComplete(ctx context.Context, id beta.DeviceManagementIntentId, ...) (ListIntentSettingsCompleteResult, error)
- func (c IntentSettingClient) ListIntentSettingsCompleteMatchingPredicate(ctx context.Context, id beta.DeviceManagementIntentId, ...) (result ListIntentSettingsCompleteResult, err error)
- func (c IntentSettingClient) UpdateIntentSetting(ctx context.Context, id beta.DeviceManagementIntentIdSettingId, ...) (result UpdateIntentSettingOperationResponse, err error)
- type ListIntentSettingsCompleteResult
- type ListIntentSettingsCustomPager
- type ListIntentSettingsOperationOptions
- type ListIntentSettingsOperationResponse
- type UpdateIntentSettingOperationOptions
- type UpdateIntentSettingOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateIntentSettingOperationOptions ¶
type CreateIntentSettingOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateIntentSettingOperationOptions ¶
func DefaultCreateIntentSettingOperationOptions() CreateIntentSettingOperationOptions
func (CreateIntentSettingOperationOptions) ToHeaders ¶
func (o CreateIntentSettingOperationOptions) ToHeaders() *client.Headers
func (CreateIntentSettingOperationOptions) ToOData ¶
func (o CreateIntentSettingOperationOptions) ToOData() *odata.Query
func (CreateIntentSettingOperationOptions) ToQuery ¶
func (o CreateIntentSettingOperationOptions) ToQuery() *client.QueryParams
type DeleteIntentSettingOperationOptions ¶
type DeleteIntentSettingOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteIntentSettingOperationOptions ¶
func DefaultDeleteIntentSettingOperationOptions() DeleteIntentSettingOperationOptions
func (DeleteIntentSettingOperationOptions) ToHeaders ¶
func (o DeleteIntentSettingOperationOptions) ToHeaders() *client.Headers
func (DeleteIntentSettingOperationOptions) ToOData ¶
func (o DeleteIntentSettingOperationOptions) ToOData() *odata.Query
func (DeleteIntentSettingOperationOptions) ToQuery ¶
func (o DeleteIntentSettingOperationOptions) ToQuery() *client.QueryParams
type DeviceManagementSettingInstanceOperationPredicate ¶
type DeviceManagementSettingInstanceOperationPredicate struct { }
func (DeviceManagementSettingInstanceOperationPredicate) Matches ¶
func (p DeviceManagementSettingInstanceOperationPredicate) Matches(input beta.DeviceManagementSettingInstance) bool
type GetIntentSettingOperationOptions ¶
type GetIntentSettingOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetIntentSettingOperationOptions ¶
func DefaultGetIntentSettingOperationOptions() GetIntentSettingOperationOptions
func (GetIntentSettingOperationOptions) ToHeaders ¶
func (o GetIntentSettingOperationOptions) ToHeaders() *client.Headers
func (GetIntentSettingOperationOptions) ToOData ¶
func (o GetIntentSettingOperationOptions) ToOData() *odata.Query
func (GetIntentSettingOperationOptions) ToQuery ¶
func (o GetIntentSettingOperationOptions) ToQuery() *client.QueryParams
type GetIntentSettingsCountOperationOptions ¶
type GetIntentSettingsCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetIntentSettingsCountOperationOptions ¶
func DefaultGetIntentSettingsCountOperationOptions() GetIntentSettingsCountOperationOptions
func (GetIntentSettingsCountOperationOptions) ToHeaders ¶
func (o GetIntentSettingsCountOperationOptions) ToHeaders() *client.Headers
func (GetIntentSettingsCountOperationOptions) ToOData ¶
func (o GetIntentSettingsCountOperationOptions) ToOData() *odata.Query
func (GetIntentSettingsCountOperationOptions) ToQuery ¶
func (o GetIntentSettingsCountOperationOptions) ToQuery() *client.QueryParams
type IntentSettingClient ¶
func NewIntentSettingClientWithBaseURI ¶
func NewIntentSettingClientWithBaseURI(sdkApi sdkEnv.Api) (*IntentSettingClient, error)
func (IntentSettingClient) CreateIntentSetting ¶
func (c IntentSettingClient) CreateIntentSetting(ctx context.Context, id beta.DeviceManagementIntentId, input beta.DeviceManagementSettingInstance, options CreateIntentSettingOperationOptions) (result CreateIntentSettingOperationResponse, err error)
CreateIntentSetting - Create new navigation property to settings for deviceManagement
func (IntentSettingClient) DeleteIntentSetting ¶
func (c IntentSettingClient) DeleteIntentSetting(ctx context.Context, id beta.DeviceManagementIntentIdSettingId, options DeleteIntentSettingOperationOptions) (result DeleteIntentSettingOperationResponse, err error)
DeleteIntentSetting - Delete navigation property settings for deviceManagement
func (IntentSettingClient) GetIntentSetting ¶
func (c IntentSettingClient) GetIntentSetting(ctx context.Context, id beta.DeviceManagementIntentIdSettingId, options GetIntentSettingOperationOptions) (result GetIntentSettingOperationResponse, err error)
GetIntentSetting - Get settings from deviceManagement. Collection of all settings to be applied
func (IntentSettingClient) GetIntentSettingsCount ¶
func (c IntentSettingClient) GetIntentSettingsCount(ctx context.Context, id beta.DeviceManagementIntentId, options GetIntentSettingsCountOperationOptions) (result GetIntentSettingsCountOperationResponse, err error)
GetIntentSettingsCount - Get the number of the resource
func (IntentSettingClient) ListIntentSettings ¶
func (c IntentSettingClient) ListIntentSettings(ctx context.Context, id beta.DeviceManagementIntentId, options ListIntentSettingsOperationOptions) (result ListIntentSettingsOperationResponse, err error)
ListIntentSettings - Get settings from deviceManagement. Collection of all settings to be applied
func (IntentSettingClient) ListIntentSettingsComplete ¶
func (c IntentSettingClient) ListIntentSettingsComplete(ctx context.Context, id beta.DeviceManagementIntentId, options ListIntentSettingsOperationOptions) (ListIntentSettingsCompleteResult, error)
ListIntentSettingsComplete retrieves all the results into a single object
func (IntentSettingClient) ListIntentSettingsCompleteMatchingPredicate ¶
func (c IntentSettingClient) ListIntentSettingsCompleteMatchingPredicate(ctx context.Context, id beta.DeviceManagementIntentId, options ListIntentSettingsOperationOptions, predicate DeviceManagementSettingInstanceOperationPredicate) (result ListIntentSettingsCompleteResult, err error)
ListIntentSettingsCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (IntentSettingClient) UpdateIntentSetting ¶
func (c IntentSettingClient) UpdateIntentSetting(ctx context.Context, id beta.DeviceManagementIntentIdSettingId, input beta.DeviceManagementSettingInstance, options UpdateIntentSettingOperationOptions) (result UpdateIntentSettingOperationResponse, err error)
UpdateIntentSetting - Update the navigation property settings in deviceManagement
type ListIntentSettingsCompleteResult ¶
type ListIntentSettingsCompleteResult struct { LatestHttpResponse *http.Response Items []beta.DeviceManagementSettingInstance }
type ListIntentSettingsCustomPager ¶
func (*ListIntentSettingsCustomPager) NextPageLink ¶
func (p *ListIntentSettingsCustomPager) NextPageLink() *odata.Link
type ListIntentSettingsOperationOptions ¶
type ListIntentSettingsOperationOptions 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 DefaultListIntentSettingsOperationOptions ¶
func DefaultListIntentSettingsOperationOptions() ListIntentSettingsOperationOptions
func (ListIntentSettingsOperationOptions) ToHeaders ¶
func (o ListIntentSettingsOperationOptions) ToHeaders() *client.Headers
func (ListIntentSettingsOperationOptions) ToOData ¶
func (o ListIntentSettingsOperationOptions) ToOData() *odata.Query
func (ListIntentSettingsOperationOptions) ToQuery ¶
func (o ListIntentSettingsOperationOptions) ToQuery() *client.QueryParams
type UpdateIntentSettingOperationOptions ¶
type UpdateIntentSettingOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateIntentSettingOperationOptions ¶
func DefaultUpdateIntentSettingOperationOptions() UpdateIntentSettingOperationOptions
func (UpdateIntentSettingOperationOptions) ToHeaders ¶
func (o UpdateIntentSettingOperationOptions) ToHeaders() *client.Headers
func (UpdateIntentSettingOperationOptions) ToOData ¶
func (o UpdateIntentSettingOperationOptions) ToOData() *odata.Query
func (UpdateIntentSettingOperationOptions) ToQuery ¶
func (o UpdateIntentSettingOperationOptions) ToQuery() *client.QueryParams