Documentation ¶
Index ¶
- type DeleteIntentDeviceStateSummaryOperationOptions
- type DeleteIntentDeviceStateSummaryOperationResponse
- type GetIntentDeviceStateSummaryOperationOptions
- type GetIntentDeviceStateSummaryOperationResponse
- type IntentDeviceStateSummaryClient
- func (c IntentDeviceStateSummaryClient) DeleteIntentDeviceStateSummary(ctx context.Context, id beta.DeviceManagementIntentId, ...) (result DeleteIntentDeviceStateSummaryOperationResponse, err error)
- func (c IntentDeviceStateSummaryClient) GetIntentDeviceStateSummary(ctx context.Context, id beta.DeviceManagementIntentId, ...) (result GetIntentDeviceStateSummaryOperationResponse, err error)
- func (c IntentDeviceStateSummaryClient) UpdateIntentDeviceStateSummary(ctx context.Context, id beta.DeviceManagementIntentId, ...) (result UpdateIntentDeviceStateSummaryOperationResponse, err error)
- type UpdateIntentDeviceStateSummaryOperationOptions
- type UpdateIntentDeviceStateSummaryOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeleteIntentDeviceStateSummaryOperationOptions ¶
type DeleteIntentDeviceStateSummaryOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteIntentDeviceStateSummaryOperationOptions ¶
func DefaultDeleteIntentDeviceStateSummaryOperationOptions() DeleteIntentDeviceStateSummaryOperationOptions
func (DeleteIntentDeviceStateSummaryOperationOptions) ToHeaders ¶
func (o DeleteIntentDeviceStateSummaryOperationOptions) ToHeaders() *client.Headers
func (DeleteIntentDeviceStateSummaryOperationOptions) ToOData ¶
func (o DeleteIntentDeviceStateSummaryOperationOptions) ToOData() *odata.Query
func (DeleteIntentDeviceStateSummaryOperationOptions) ToQuery ¶
func (o DeleteIntentDeviceStateSummaryOperationOptions) ToQuery() *client.QueryParams
type GetIntentDeviceStateSummaryOperationOptions ¶
type GetIntentDeviceStateSummaryOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetIntentDeviceStateSummaryOperationOptions ¶
func DefaultGetIntentDeviceStateSummaryOperationOptions() GetIntentDeviceStateSummaryOperationOptions
func (GetIntentDeviceStateSummaryOperationOptions) ToHeaders ¶
func (o GetIntentDeviceStateSummaryOperationOptions) ToHeaders() *client.Headers
func (GetIntentDeviceStateSummaryOperationOptions) ToOData ¶
func (o GetIntentDeviceStateSummaryOperationOptions) ToOData() *odata.Query
func (GetIntentDeviceStateSummaryOperationOptions) ToQuery ¶
func (o GetIntentDeviceStateSummaryOperationOptions) ToQuery() *client.QueryParams
type IntentDeviceStateSummaryClient ¶
func NewIntentDeviceStateSummaryClientWithBaseURI ¶
func NewIntentDeviceStateSummaryClientWithBaseURI(sdkApi sdkEnv.Api) (*IntentDeviceStateSummaryClient, error)
func (IntentDeviceStateSummaryClient) DeleteIntentDeviceStateSummary ¶
func (c IntentDeviceStateSummaryClient) DeleteIntentDeviceStateSummary(ctx context.Context, id beta.DeviceManagementIntentId, options DeleteIntentDeviceStateSummaryOperationOptions) (result DeleteIntentDeviceStateSummaryOperationResponse, err error)
DeleteIntentDeviceStateSummary - Delete navigation property deviceStateSummary for deviceManagement
func (IntentDeviceStateSummaryClient) GetIntentDeviceStateSummary ¶
func (c IntentDeviceStateSummaryClient) GetIntentDeviceStateSummary(ctx context.Context, id beta.DeviceManagementIntentId, options GetIntentDeviceStateSummaryOperationOptions) (result GetIntentDeviceStateSummaryOperationResponse, err error)
GetIntentDeviceStateSummary - Get deviceStateSummary from deviceManagement. A summary of device states and counts of devices that belong to corresponding state for all devices that the intent is applied to
func (IntentDeviceStateSummaryClient) UpdateIntentDeviceStateSummary ¶
func (c IntentDeviceStateSummaryClient) UpdateIntentDeviceStateSummary(ctx context.Context, id beta.DeviceManagementIntentId, input beta.DeviceManagementIntentDeviceStateSummary, options UpdateIntentDeviceStateSummaryOperationOptions) (result UpdateIntentDeviceStateSummaryOperationResponse, err error)
UpdateIntentDeviceStateSummary - Update the navigation property deviceStateSummary in deviceManagement
type UpdateIntentDeviceStateSummaryOperationOptions ¶
type UpdateIntentDeviceStateSummaryOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateIntentDeviceStateSummaryOperationOptions ¶
func DefaultUpdateIntentDeviceStateSummaryOperationOptions() UpdateIntentDeviceStateSummaryOperationOptions
func (UpdateIntentDeviceStateSummaryOperationOptions) ToHeaders ¶
func (o UpdateIntentDeviceStateSummaryOperationOptions) ToHeaders() *client.Headers
func (UpdateIntentDeviceStateSummaryOperationOptions) ToOData ¶
func (o UpdateIntentDeviceStateSummaryOperationOptions) ToOData() *odata.Query
func (UpdateIntentDeviceStateSummaryOperationOptions) ToQuery ¶
func (o UpdateIntentDeviceStateSummaryOperationOptions) ToQuery() *client.QueryParams
Click to show internal directories.
Click to hide internal directories.