Documentation ¶
Index ¶
- type CreateIntentCategorySettingDefinitionOperationOptions
- type CreateIntentCategorySettingDefinitionOperationResponse
- type DeleteIntentCategorySettingDefinitionOperationOptions
- type DeleteIntentCategorySettingDefinitionOperationResponse
- type DeviceManagementSettingDefinitionOperationPredicate
- type GetIntentCategorySettingDefinitionOperationOptions
- type GetIntentCategorySettingDefinitionOperationResponse
- type GetIntentCategorySettingDefinitionsCountOperationOptions
- type GetIntentCategorySettingDefinitionsCountOperationResponse
- type IntentCategorySettingDefinitionClient
- func (c IntentCategorySettingDefinitionClient) CreateIntentCategorySettingDefinition(ctx context.Context, id beta.DeviceManagementIntentIdCategoryId, ...) (result CreateIntentCategorySettingDefinitionOperationResponse, err error)
- func (c IntentCategorySettingDefinitionClient) DeleteIntentCategorySettingDefinition(ctx context.Context, ...) (result DeleteIntentCategorySettingDefinitionOperationResponse, err error)
- func (c IntentCategorySettingDefinitionClient) GetIntentCategorySettingDefinition(ctx context.Context, ...) (result GetIntentCategorySettingDefinitionOperationResponse, err error)
- func (c IntentCategorySettingDefinitionClient) GetIntentCategorySettingDefinitionsCount(ctx context.Context, id beta.DeviceManagementIntentIdCategoryId, ...) (result GetIntentCategorySettingDefinitionsCountOperationResponse, err error)
- func (c IntentCategorySettingDefinitionClient) ListIntentCategorySettingDefinitions(ctx context.Context, id beta.DeviceManagementIntentIdCategoryId, ...) (result ListIntentCategorySettingDefinitionsOperationResponse, err error)
- func (c IntentCategorySettingDefinitionClient) ListIntentCategorySettingDefinitionsComplete(ctx context.Context, id beta.DeviceManagementIntentIdCategoryId, ...) (ListIntentCategorySettingDefinitionsCompleteResult, error)
- func (c IntentCategorySettingDefinitionClient) ListIntentCategorySettingDefinitionsCompleteMatchingPredicate(ctx context.Context, id beta.DeviceManagementIntentIdCategoryId, ...) (result ListIntentCategorySettingDefinitionsCompleteResult, err error)
- func (c IntentCategorySettingDefinitionClient) UpdateIntentCategorySettingDefinition(ctx context.Context, ...) (result UpdateIntentCategorySettingDefinitionOperationResponse, err error)
- type ListIntentCategorySettingDefinitionsCompleteResult
- type ListIntentCategorySettingDefinitionsCustomPager
- type ListIntentCategorySettingDefinitionsOperationOptions
- type ListIntentCategorySettingDefinitionsOperationResponse
- type UpdateIntentCategorySettingDefinitionOperationOptions
- type UpdateIntentCategorySettingDefinitionOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateIntentCategorySettingDefinitionOperationOptions ¶
type CreateIntentCategorySettingDefinitionOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateIntentCategorySettingDefinitionOperationOptions ¶
func DefaultCreateIntentCategorySettingDefinitionOperationOptions() CreateIntentCategorySettingDefinitionOperationOptions
func (CreateIntentCategorySettingDefinitionOperationOptions) ToHeaders ¶
func (o CreateIntentCategorySettingDefinitionOperationOptions) ToHeaders() *client.Headers
func (CreateIntentCategorySettingDefinitionOperationOptions) ToOData ¶
func (o CreateIntentCategorySettingDefinitionOperationOptions) ToOData() *odata.Query
func (CreateIntentCategorySettingDefinitionOperationOptions) ToQuery ¶
func (o CreateIntentCategorySettingDefinitionOperationOptions) ToQuery() *client.QueryParams
type DeleteIntentCategorySettingDefinitionOperationOptions ¶
type DeleteIntentCategorySettingDefinitionOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteIntentCategorySettingDefinitionOperationOptions ¶
func DefaultDeleteIntentCategorySettingDefinitionOperationOptions() DeleteIntentCategorySettingDefinitionOperationOptions
func (DeleteIntentCategorySettingDefinitionOperationOptions) ToHeaders ¶
func (o DeleteIntentCategorySettingDefinitionOperationOptions) ToHeaders() *client.Headers
func (DeleteIntentCategorySettingDefinitionOperationOptions) ToOData ¶
func (o DeleteIntentCategorySettingDefinitionOperationOptions) ToOData() *odata.Query
func (DeleteIntentCategorySettingDefinitionOperationOptions) ToQuery ¶
func (o DeleteIntentCategorySettingDefinitionOperationOptions) ToQuery() *client.QueryParams
type DeviceManagementSettingDefinitionOperationPredicate ¶
type DeviceManagementSettingDefinitionOperationPredicate struct { }
func (DeviceManagementSettingDefinitionOperationPredicate) Matches ¶
func (p DeviceManagementSettingDefinitionOperationPredicate) Matches(input beta.DeviceManagementSettingDefinition) bool
type GetIntentCategorySettingDefinitionOperationOptions ¶
type GetIntentCategorySettingDefinitionOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetIntentCategorySettingDefinitionOperationOptions ¶
func DefaultGetIntentCategorySettingDefinitionOperationOptions() GetIntentCategorySettingDefinitionOperationOptions
func (GetIntentCategorySettingDefinitionOperationOptions) ToHeaders ¶
func (o GetIntentCategorySettingDefinitionOperationOptions) ToHeaders() *client.Headers
func (GetIntentCategorySettingDefinitionOperationOptions) ToOData ¶
func (o GetIntentCategorySettingDefinitionOperationOptions) ToOData() *odata.Query
func (GetIntentCategorySettingDefinitionOperationOptions) ToQuery ¶
func (o GetIntentCategorySettingDefinitionOperationOptions) ToQuery() *client.QueryParams
type GetIntentCategorySettingDefinitionsCountOperationOptions ¶
type GetIntentCategorySettingDefinitionsCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetIntentCategorySettingDefinitionsCountOperationOptions ¶
func DefaultGetIntentCategorySettingDefinitionsCountOperationOptions() GetIntentCategorySettingDefinitionsCountOperationOptions
func (GetIntentCategorySettingDefinitionsCountOperationOptions) ToHeaders ¶
func (o GetIntentCategorySettingDefinitionsCountOperationOptions) ToHeaders() *client.Headers
func (GetIntentCategorySettingDefinitionsCountOperationOptions) ToOData ¶
func (o GetIntentCategorySettingDefinitionsCountOperationOptions) ToOData() *odata.Query
func (GetIntentCategorySettingDefinitionsCountOperationOptions) ToQuery ¶
func (o GetIntentCategorySettingDefinitionsCountOperationOptions) ToQuery() *client.QueryParams
type IntentCategorySettingDefinitionClient ¶
func NewIntentCategorySettingDefinitionClientWithBaseURI ¶
func NewIntentCategorySettingDefinitionClientWithBaseURI(sdkApi sdkEnv.Api) (*IntentCategorySettingDefinitionClient, error)
func (IntentCategorySettingDefinitionClient) CreateIntentCategorySettingDefinition ¶
func (c IntentCategorySettingDefinitionClient) CreateIntentCategorySettingDefinition(ctx context.Context, id beta.DeviceManagementIntentIdCategoryId, input beta.DeviceManagementSettingDefinition, options CreateIntentCategorySettingDefinitionOperationOptions) (result CreateIntentCategorySettingDefinitionOperationResponse, err error)
CreateIntentCategorySettingDefinition - Create new navigation property to settingDefinitions for deviceManagement
func (IntentCategorySettingDefinitionClient) DeleteIntentCategorySettingDefinition ¶
func (c IntentCategorySettingDefinitionClient) DeleteIntentCategorySettingDefinition(ctx context.Context, id beta.DeviceManagementIntentIdCategoryIdSettingDefinitionId, options DeleteIntentCategorySettingDefinitionOperationOptions) (result DeleteIntentCategorySettingDefinitionOperationResponse, err error)
DeleteIntentCategorySettingDefinition - Delete navigation property settingDefinitions for deviceManagement
func (IntentCategorySettingDefinitionClient) GetIntentCategorySettingDefinition ¶
func (c IntentCategorySettingDefinitionClient) GetIntentCategorySettingDefinition(ctx context.Context, id beta.DeviceManagementIntentIdCategoryIdSettingDefinitionId, options GetIntentCategorySettingDefinitionOperationOptions) (result GetIntentCategorySettingDefinitionOperationResponse, err error)
GetIntentCategorySettingDefinition - Get settingDefinitions from deviceManagement. The setting definitions this category contains
func (IntentCategorySettingDefinitionClient) GetIntentCategorySettingDefinitionsCount ¶
func (c IntentCategorySettingDefinitionClient) GetIntentCategorySettingDefinitionsCount(ctx context.Context, id beta.DeviceManagementIntentIdCategoryId, options GetIntentCategorySettingDefinitionsCountOperationOptions) (result GetIntentCategorySettingDefinitionsCountOperationResponse, err error)
GetIntentCategorySettingDefinitionsCount - Get the number of the resource
func (IntentCategorySettingDefinitionClient) ListIntentCategorySettingDefinitions ¶
func (c IntentCategorySettingDefinitionClient) ListIntentCategorySettingDefinitions(ctx context.Context, id beta.DeviceManagementIntentIdCategoryId, options ListIntentCategorySettingDefinitionsOperationOptions) (result ListIntentCategorySettingDefinitionsOperationResponse, err error)
ListIntentCategorySettingDefinitions - Get settingDefinitions from deviceManagement. The setting definitions this category contains
func (IntentCategorySettingDefinitionClient) ListIntentCategorySettingDefinitionsComplete ¶
func (c IntentCategorySettingDefinitionClient) ListIntentCategorySettingDefinitionsComplete(ctx context.Context, id beta.DeviceManagementIntentIdCategoryId, options ListIntentCategorySettingDefinitionsOperationOptions) (ListIntentCategorySettingDefinitionsCompleteResult, error)
ListIntentCategorySettingDefinitionsComplete retrieves all the results into a single object
func (IntentCategorySettingDefinitionClient) ListIntentCategorySettingDefinitionsCompleteMatchingPredicate ¶
func (c IntentCategorySettingDefinitionClient) ListIntentCategorySettingDefinitionsCompleteMatchingPredicate(ctx context.Context, id beta.DeviceManagementIntentIdCategoryId, options ListIntentCategorySettingDefinitionsOperationOptions, predicate DeviceManagementSettingDefinitionOperationPredicate) (result ListIntentCategorySettingDefinitionsCompleteResult, err error)
ListIntentCategorySettingDefinitionsCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (IntentCategorySettingDefinitionClient) UpdateIntentCategorySettingDefinition ¶
func (c IntentCategorySettingDefinitionClient) UpdateIntentCategorySettingDefinition(ctx context.Context, id beta.DeviceManagementIntentIdCategoryIdSettingDefinitionId, input beta.DeviceManagementSettingDefinition, options UpdateIntentCategorySettingDefinitionOperationOptions) (result UpdateIntentCategorySettingDefinitionOperationResponse, err error)
UpdateIntentCategorySettingDefinition - Update the navigation property settingDefinitions in deviceManagement
type ListIntentCategorySettingDefinitionsCompleteResult ¶
type ListIntentCategorySettingDefinitionsCompleteResult struct { LatestHttpResponse *http.Response Items []beta.DeviceManagementSettingDefinition }
type ListIntentCategorySettingDefinitionsCustomPager ¶
type ListIntentCategorySettingDefinitionsCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListIntentCategorySettingDefinitionsCustomPager) NextPageLink ¶
func (p *ListIntentCategorySettingDefinitionsCustomPager) NextPageLink() *odata.Link
type ListIntentCategorySettingDefinitionsOperationOptions ¶
type ListIntentCategorySettingDefinitionsOperationOptions 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 DefaultListIntentCategorySettingDefinitionsOperationOptions ¶
func DefaultListIntentCategorySettingDefinitionsOperationOptions() ListIntentCategorySettingDefinitionsOperationOptions
func (ListIntentCategorySettingDefinitionsOperationOptions) ToHeaders ¶
func (o ListIntentCategorySettingDefinitionsOperationOptions) ToHeaders() *client.Headers
func (ListIntentCategorySettingDefinitionsOperationOptions) ToOData ¶
func (o ListIntentCategorySettingDefinitionsOperationOptions) ToOData() *odata.Query
func (ListIntentCategorySettingDefinitionsOperationOptions) ToQuery ¶
func (o ListIntentCategorySettingDefinitionsOperationOptions) ToQuery() *client.QueryParams
type UpdateIntentCategorySettingDefinitionOperationOptions ¶
type UpdateIntentCategorySettingDefinitionOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateIntentCategorySettingDefinitionOperationOptions ¶
func DefaultUpdateIntentCategorySettingDefinitionOperationOptions() UpdateIntentCategorySettingDefinitionOperationOptions
func (UpdateIntentCategorySettingDefinitionOperationOptions) ToHeaders ¶
func (o UpdateIntentCategorySettingDefinitionOperationOptions) ToHeaders() *client.Headers
func (UpdateIntentCategorySettingDefinitionOperationOptions) ToOData ¶
func (o UpdateIntentCategorySettingDefinitionOperationOptions) ToOData() *odata.Query
func (UpdateIntentCategorySettingDefinitionOperationOptions) ToQuery ¶
func (o UpdateIntentCategorySettingDefinitionOperationOptions) ToQuery() *client.QueryParams
Source Files ¶
- client.go
- method_createintentcategorysettingdefinition.go
- method_deleteintentcategorysettingdefinition.go
- method_getintentcategorysettingdefinition.go
- method_getintentcategorysettingdefinitionscount.go
- method_listintentcategorysettingdefinitions.go
- method_updateintentcategorysettingdefinition.go
- predicates.go
- version.go