Documentation ¶
Index ¶
- type CreateIntentCategorySettingOperationOptions
- type CreateIntentCategorySettingOperationResponse
- type DeleteIntentCategorySettingOperationOptions
- type DeleteIntentCategorySettingOperationResponse
- type DeviceManagementSettingInstanceOperationPredicate
- type GetIntentCategorySettingOperationOptions
- type GetIntentCategorySettingOperationResponse
- type GetIntentCategorySettingsCountOperationOptions
- type GetIntentCategorySettingsCountOperationResponse
- type IntentCategorySettingClient
- func (c IntentCategorySettingClient) CreateIntentCategorySetting(ctx context.Context, id beta.DeviceManagementIntentIdCategoryId, ...) (result CreateIntentCategorySettingOperationResponse, err error)
- func (c IntentCategorySettingClient) DeleteIntentCategorySetting(ctx context.Context, id beta.DeviceManagementIntentIdCategoryIdSettingId, ...) (result DeleteIntentCategorySettingOperationResponse, err error)
- func (c IntentCategorySettingClient) GetIntentCategorySetting(ctx context.Context, id beta.DeviceManagementIntentIdCategoryIdSettingId, ...) (result GetIntentCategorySettingOperationResponse, err error)
- func (c IntentCategorySettingClient) GetIntentCategorySettingsCount(ctx context.Context, id beta.DeviceManagementIntentIdCategoryId, ...) (result GetIntentCategorySettingsCountOperationResponse, err error)
- func (c IntentCategorySettingClient) ListIntentCategorySettings(ctx context.Context, id beta.DeviceManagementIntentIdCategoryId, ...) (result ListIntentCategorySettingsOperationResponse, err error)
- func (c IntentCategorySettingClient) ListIntentCategorySettingsComplete(ctx context.Context, id beta.DeviceManagementIntentIdCategoryId, ...) (ListIntentCategorySettingsCompleteResult, error)
- func (c IntentCategorySettingClient) ListIntentCategorySettingsCompleteMatchingPredicate(ctx context.Context, id beta.DeviceManagementIntentIdCategoryId, ...) (result ListIntentCategorySettingsCompleteResult, err error)
- func (c IntentCategorySettingClient) UpdateIntentCategorySetting(ctx context.Context, id beta.DeviceManagementIntentIdCategoryIdSettingId, ...) (result UpdateIntentCategorySettingOperationResponse, err error)
- type ListIntentCategorySettingsCompleteResult
- type ListIntentCategorySettingsCustomPager
- type ListIntentCategorySettingsOperationOptions
- type ListIntentCategorySettingsOperationResponse
- type UpdateIntentCategorySettingOperationOptions
- type UpdateIntentCategorySettingOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateIntentCategorySettingOperationOptions ¶
type CreateIntentCategorySettingOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateIntentCategorySettingOperationOptions ¶
func DefaultCreateIntentCategorySettingOperationOptions() CreateIntentCategorySettingOperationOptions
func (CreateIntentCategorySettingOperationOptions) ToHeaders ¶
func (o CreateIntentCategorySettingOperationOptions) ToHeaders() *client.Headers
func (CreateIntentCategorySettingOperationOptions) ToOData ¶
func (o CreateIntentCategorySettingOperationOptions) ToOData() *odata.Query
func (CreateIntentCategorySettingOperationOptions) ToQuery ¶
func (o CreateIntentCategorySettingOperationOptions) ToQuery() *client.QueryParams
type DeleteIntentCategorySettingOperationOptions ¶
type DeleteIntentCategorySettingOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteIntentCategorySettingOperationOptions ¶
func DefaultDeleteIntentCategorySettingOperationOptions() DeleteIntentCategorySettingOperationOptions
func (DeleteIntentCategorySettingOperationOptions) ToHeaders ¶
func (o DeleteIntentCategorySettingOperationOptions) ToHeaders() *client.Headers
func (DeleteIntentCategorySettingOperationOptions) ToOData ¶
func (o DeleteIntentCategorySettingOperationOptions) ToOData() *odata.Query
func (DeleteIntentCategorySettingOperationOptions) ToQuery ¶
func (o DeleteIntentCategorySettingOperationOptions) ToQuery() *client.QueryParams
type DeviceManagementSettingInstanceOperationPredicate ¶
type DeviceManagementSettingInstanceOperationPredicate struct { }
func (DeviceManagementSettingInstanceOperationPredicate) Matches ¶
func (p DeviceManagementSettingInstanceOperationPredicate) Matches(input beta.DeviceManagementSettingInstance) bool
type GetIntentCategorySettingOperationOptions ¶
type GetIntentCategorySettingOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetIntentCategorySettingOperationOptions ¶
func DefaultGetIntentCategorySettingOperationOptions() GetIntentCategorySettingOperationOptions
func (GetIntentCategorySettingOperationOptions) ToHeaders ¶
func (o GetIntentCategorySettingOperationOptions) ToHeaders() *client.Headers
func (GetIntentCategorySettingOperationOptions) ToOData ¶
func (o GetIntentCategorySettingOperationOptions) ToOData() *odata.Query
func (GetIntentCategorySettingOperationOptions) ToQuery ¶
func (o GetIntentCategorySettingOperationOptions) ToQuery() *client.QueryParams
type GetIntentCategorySettingsCountOperationOptions ¶
type GetIntentCategorySettingsCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetIntentCategorySettingsCountOperationOptions ¶
func DefaultGetIntentCategorySettingsCountOperationOptions() GetIntentCategorySettingsCountOperationOptions
func (GetIntentCategorySettingsCountOperationOptions) ToHeaders ¶
func (o GetIntentCategorySettingsCountOperationOptions) ToHeaders() *client.Headers
func (GetIntentCategorySettingsCountOperationOptions) ToOData ¶
func (o GetIntentCategorySettingsCountOperationOptions) ToOData() *odata.Query
func (GetIntentCategorySettingsCountOperationOptions) ToQuery ¶
func (o GetIntentCategorySettingsCountOperationOptions) ToQuery() *client.QueryParams
type IntentCategorySettingClient ¶
func NewIntentCategorySettingClientWithBaseURI ¶
func NewIntentCategorySettingClientWithBaseURI(sdkApi sdkEnv.Api) (*IntentCategorySettingClient, error)
func (IntentCategorySettingClient) CreateIntentCategorySetting ¶
func (c IntentCategorySettingClient) CreateIntentCategorySetting(ctx context.Context, id beta.DeviceManagementIntentIdCategoryId, input beta.DeviceManagementSettingInstance, options CreateIntentCategorySettingOperationOptions) (result CreateIntentCategorySettingOperationResponse, err error)
CreateIntentCategorySetting - Create new navigation property to settings for deviceManagement
func (IntentCategorySettingClient) DeleteIntentCategorySetting ¶
func (c IntentCategorySettingClient) DeleteIntentCategorySetting(ctx context.Context, id beta.DeviceManagementIntentIdCategoryIdSettingId, options DeleteIntentCategorySettingOperationOptions) (result DeleteIntentCategorySettingOperationResponse, err error)
DeleteIntentCategorySetting - Delete navigation property settings for deviceManagement
func (IntentCategorySettingClient) GetIntentCategorySetting ¶
func (c IntentCategorySettingClient) GetIntentCategorySetting(ctx context.Context, id beta.DeviceManagementIntentIdCategoryIdSettingId, options GetIntentCategorySettingOperationOptions) (result GetIntentCategorySettingOperationResponse, err error)
GetIntentCategorySetting - Get settings from deviceManagement. The settings this category contains
func (IntentCategorySettingClient) GetIntentCategorySettingsCount ¶
func (c IntentCategorySettingClient) GetIntentCategorySettingsCount(ctx context.Context, id beta.DeviceManagementIntentIdCategoryId, options GetIntentCategorySettingsCountOperationOptions) (result GetIntentCategorySettingsCountOperationResponse, err error)
GetIntentCategorySettingsCount - Get the number of the resource
func (IntentCategorySettingClient) ListIntentCategorySettings ¶
func (c IntentCategorySettingClient) ListIntentCategorySettings(ctx context.Context, id beta.DeviceManagementIntentIdCategoryId, options ListIntentCategorySettingsOperationOptions) (result ListIntentCategorySettingsOperationResponse, err error)
ListIntentCategorySettings - Get settings from deviceManagement. The settings this category contains
func (IntentCategorySettingClient) ListIntentCategorySettingsComplete ¶
func (c IntentCategorySettingClient) ListIntentCategorySettingsComplete(ctx context.Context, id beta.DeviceManagementIntentIdCategoryId, options ListIntentCategorySettingsOperationOptions) (ListIntentCategorySettingsCompleteResult, error)
ListIntentCategorySettingsComplete retrieves all the results into a single object
func (IntentCategorySettingClient) ListIntentCategorySettingsCompleteMatchingPredicate ¶
func (c IntentCategorySettingClient) ListIntentCategorySettingsCompleteMatchingPredicate(ctx context.Context, id beta.DeviceManagementIntentIdCategoryId, options ListIntentCategorySettingsOperationOptions, predicate DeviceManagementSettingInstanceOperationPredicate) (result ListIntentCategorySettingsCompleteResult, err error)
ListIntentCategorySettingsCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (IntentCategorySettingClient) UpdateIntentCategorySetting ¶
func (c IntentCategorySettingClient) UpdateIntentCategorySetting(ctx context.Context, id beta.DeviceManagementIntentIdCategoryIdSettingId, input beta.DeviceManagementSettingInstance, options UpdateIntentCategorySettingOperationOptions) (result UpdateIntentCategorySettingOperationResponse, err error)
UpdateIntentCategorySetting - Update the navigation property settings in deviceManagement
type ListIntentCategorySettingsCompleteResult ¶
type ListIntentCategorySettingsCompleteResult struct { LatestHttpResponse *http.Response Items []beta.DeviceManagementSettingInstance }
type ListIntentCategorySettingsCustomPager ¶
func (*ListIntentCategorySettingsCustomPager) NextPageLink ¶
func (p *ListIntentCategorySettingsCustomPager) NextPageLink() *odata.Link
type ListIntentCategorySettingsOperationOptions ¶
type ListIntentCategorySettingsOperationOptions 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 DefaultListIntentCategorySettingsOperationOptions ¶
func DefaultListIntentCategorySettingsOperationOptions() ListIntentCategorySettingsOperationOptions
func (ListIntentCategorySettingsOperationOptions) ToHeaders ¶
func (o ListIntentCategorySettingsOperationOptions) ToHeaders() *client.Headers
func (ListIntentCategorySettingsOperationOptions) ToOData ¶
func (o ListIntentCategorySettingsOperationOptions) ToOData() *odata.Query
func (ListIntentCategorySettingsOperationOptions) ToQuery ¶
func (o ListIntentCategorySettingsOperationOptions) ToQuery() *client.QueryParams
type UpdateIntentCategorySettingOperationOptions ¶
type UpdateIntentCategorySettingOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateIntentCategorySettingOperationOptions ¶
func DefaultUpdateIntentCategorySettingOperationOptions() UpdateIntentCategorySettingOperationOptions
func (UpdateIntentCategorySettingOperationOptions) ToHeaders ¶
func (o UpdateIntentCategorySettingOperationOptions) ToHeaders() *client.Headers
func (UpdateIntentCategorySettingOperationOptions) ToOData ¶
func (o UpdateIntentCategorySettingOperationOptions) ToOData() *odata.Query
func (UpdateIntentCategorySettingOperationOptions) ToQuery ¶
func (o UpdateIntentCategorySettingOperationOptions) ToQuery() *client.QueryParams