intentcategorysettingdefinition

package
v0.20241104.1140654 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 4, 2024 License: MPL-2.0 Imports: 9 Imported by: 0

Documentation

Index

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 (CreateIntentCategorySettingDefinitionOperationOptions) ToOData

func (CreateIntentCategorySettingDefinitionOperationOptions) ToQuery

type CreateIntentCategorySettingDefinitionOperationResponse

type CreateIntentCategorySettingDefinitionOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        beta.DeviceManagementSettingDefinition
}

type DeleteIntentCategorySettingDefinitionOperationOptions

type DeleteIntentCategorySettingDefinitionOperationOptions struct {
	IfMatch   *string
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func DefaultDeleteIntentCategorySettingDefinitionOperationOptions

func DefaultDeleteIntentCategorySettingDefinitionOperationOptions() DeleteIntentCategorySettingDefinitionOperationOptions

func (DeleteIntentCategorySettingDefinitionOperationOptions) ToHeaders

func (DeleteIntentCategorySettingDefinitionOperationOptions) ToOData

func (DeleteIntentCategorySettingDefinitionOperationOptions) ToQuery

type DeleteIntentCategorySettingDefinitionOperationResponse

type DeleteIntentCategorySettingDefinitionOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
}

type DeviceManagementSettingDefinitionOperationPredicate

type DeviceManagementSettingDefinitionOperationPredicate struct {
}

func (DeviceManagementSettingDefinitionOperationPredicate) Matches

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 (GetIntentCategorySettingDefinitionOperationOptions) ToOData

func (GetIntentCategorySettingDefinitionOperationOptions) ToQuery

type GetIntentCategorySettingDefinitionOperationResponse

type GetIntentCategorySettingDefinitionOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        beta.DeviceManagementSettingDefinition
}

type GetIntentCategorySettingDefinitionsCountOperationOptions

type GetIntentCategorySettingDefinitionsCountOperationOptions struct {
	Filter    *string
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
	Search    *string
}

func (GetIntentCategorySettingDefinitionsCountOperationOptions) ToHeaders

func (GetIntentCategorySettingDefinitionsCountOperationOptions) ToOData

func (GetIntentCategorySettingDefinitionsCountOperationOptions) ToQuery

type GetIntentCategorySettingDefinitionsCountOperationResponse

type GetIntentCategorySettingDefinitionsCountOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]byte
}

type IntentCategorySettingDefinitionClient

type IntentCategorySettingDefinitionClient struct {
	Client *msgraph.Client
}

func NewIntentCategorySettingDefinitionClientWithBaseURI

func NewIntentCategorySettingDefinitionClientWithBaseURI(sdkApi sdkEnv.Api) (*IntentCategorySettingDefinitionClient, error)

func (IntentCategorySettingDefinitionClient) CreateIntentCategorySettingDefinition

CreateIntentCategorySettingDefinition - Create new navigation property to settingDefinitions for deviceManagement

func (IntentCategorySettingDefinitionClient) DeleteIntentCategorySettingDefinition

DeleteIntentCategorySettingDefinition - Delete navigation property settingDefinitions for deviceManagement

func (IntentCategorySettingDefinitionClient) GetIntentCategorySettingDefinition

GetIntentCategorySettingDefinition - Get settingDefinitions from deviceManagement. The setting definitions this category contains

func (IntentCategorySettingDefinitionClient) GetIntentCategorySettingDefinitionsCount

GetIntentCategorySettingDefinitionsCount - Get the number of the resource

func (IntentCategorySettingDefinitionClient) ListIntentCategorySettingDefinitions

ListIntentCategorySettingDefinitions - Get settingDefinitions from deviceManagement. The setting definitions this category contains

func (IntentCategorySettingDefinitionClient) ListIntentCategorySettingDefinitionsComplete

ListIntentCategorySettingDefinitionsComplete retrieves all the results into a single object

func (IntentCategorySettingDefinitionClient) ListIntentCategorySettingDefinitionsCompleteMatchingPredicate

ListIntentCategorySettingDefinitionsCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (IntentCategorySettingDefinitionClient) UpdateIntentCategorySettingDefinition

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"`
}

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 (ListIntentCategorySettingDefinitionsOperationOptions) ToOData

func (ListIntentCategorySettingDefinitionsOperationOptions) ToQuery

type ListIntentCategorySettingDefinitionsOperationResponse

type ListIntentCategorySettingDefinitionsOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.DeviceManagementSettingDefinition
}

type UpdateIntentCategorySettingDefinitionOperationOptions

type UpdateIntentCategorySettingDefinitionOperationOptions struct {
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func DefaultUpdateIntentCategorySettingDefinitionOperationOptions

func DefaultUpdateIntentCategorySettingDefinitionOperationOptions() UpdateIntentCategorySettingDefinitionOperationOptions

func (UpdateIntentCategorySettingDefinitionOperationOptions) ToHeaders

func (UpdateIntentCategorySettingDefinitionOperationOptions) ToOData

func (UpdateIntentCategorySettingDefinitionOperationOptions) ToQuery

type UpdateIntentCategorySettingDefinitionOperationResponse

type UpdateIntentCategorySettingDefinitionOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL