intentdevicesettingstatesummary

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: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateIntentDeviceSettingStateSummaryOperationOptions

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

func DefaultCreateIntentDeviceSettingStateSummaryOperationOptions

func DefaultCreateIntentDeviceSettingStateSummaryOperationOptions() CreateIntentDeviceSettingStateSummaryOperationOptions

func (CreateIntentDeviceSettingStateSummaryOperationOptions) ToHeaders

func (CreateIntentDeviceSettingStateSummaryOperationOptions) ToOData

func (CreateIntentDeviceSettingStateSummaryOperationOptions) ToQuery

type CreateIntentDeviceSettingStateSummaryOperationResponse

type CreateIntentDeviceSettingStateSummaryOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.DeviceManagementIntentDeviceSettingStateSummary
}

type DeleteIntentDeviceSettingStateSummaryOperationOptions

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

func DefaultDeleteIntentDeviceSettingStateSummaryOperationOptions

func DefaultDeleteIntentDeviceSettingStateSummaryOperationOptions() DeleteIntentDeviceSettingStateSummaryOperationOptions

func (DeleteIntentDeviceSettingStateSummaryOperationOptions) ToHeaders

func (DeleteIntentDeviceSettingStateSummaryOperationOptions) ToOData

func (DeleteIntentDeviceSettingStateSummaryOperationOptions) ToQuery

type DeleteIntentDeviceSettingStateSummaryOperationResponse

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

type DeviceManagementIntentDeviceSettingStateSummaryOperationPredicate

type DeviceManagementIntentDeviceSettingStateSummaryOperationPredicate struct {
}

func (DeviceManagementIntentDeviceSettingStateSummaryOperationPredicate) Matches

type GetIntentDeviceSettingStateSummariesCountOperationOptions

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

func (GetIntentDeviceSettingStateSummariesCountOperationOptions) ToHeaders

func (GetIntentDeviceSettingStateSummariesCountOperationOptions) ToOData

func (GetIntentDeviceSettingStateSummariesCountOperationOptions) ToQuery

type GetIntentDeviceSettingStateSummariesCountOperationResponse

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

type GetIntentDeviceSettingStateSummaryOperationOptions

type GetIntentDeviceSettingStateSummaryOperationOptions struct {
	Expand    *odata.Expand
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
	Select    *[]string
}

func DefaultGetIntentDeviceSettingStateSummaryOperationOptions

func DefaultGetIntentDeviceSettingStateSummaryOperationOptions() GetIntentDeviceSettingStateSummaryOperationOptions

func (GetIntentDeviceSettingStateSummaryOperationOptions) ToHeaders

func (GetIntentDeviceSettingStateSummaryOperationOptions) ToOData

func (GetIntentDeviceSettingStateSummaryOperationOptions) ToQuery

type GetIntentDeviceSettingStateSummaryOperationResponse

type GetIntentDeviceSettingStateSummaryOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.DeviceManagementIntentDeviceSettingStateSummary
}

type IntentDeviceSettingStateSummaryClient

type IntentDeviceSettingStateSummaryClient struct {
	Client *msgraph.Client
}

func NewIntentDeviceSettingStateSummaryClientWithBaseURI

func NewIntentDeviceSettingStateSummaryClientWithBaseURI(sdkApi sdkEnv.Api) (*IntentDeviceSettingStateSummaryClient, error)

func (IntentDeviceSettingStateSummaryClient) CreateIntentDeviceSettingStateSummary

CreateIntentDeviceSettingStateSummary - Create new navigation property to deviceSettingStateSummaries for deviceManagement

func (IntentDeviceSettingStateSummaryClient) DeleteIntentDeviceSettingStateSummary

DeleteIntentDeviceSettingStateSummary - Delete navigation property deviceSettingStateSummaries for deviceManagement

func (IntentDeviceSettingStateSummaryClient) GetIntentDeviceSettingStateSummariesCount

GetIntentDeviceSettingStateSummariesCount - Get the number of the resource

func (IntentDeviceSettingStateSummaryClient) GetIntentDeviceSettingStateSummary

GetIntentDeviceSettingStateSummary - Get deviceSettingStateSummaries from deviceManagement. Collection of settings and their states and counts of devices that belong to corresponding state for all settings within the intent

func (IntentDeviceSettingStateSummaryClient) ListIntentDeviceSettingStateSummaries

ListIntentDeviceSettingStateSummaries - Get deviceSettingStateSummaries from deviceManagement. Collection of settings and their states and counts of devices that belong to corresponding state for all settings within the intent

func (IntentDeviceSettingStateSummaryClient) ListIntentDeviceSettingStateSummariesComplete

ListIntentDeviceSettingStateSummariesComplete retrieves all the results into a single object

func (IntentDeviceSettingStateSummaryClient) ListIntentDeviceSettingStateSummariesCompleteMatchingPredicate

ListIntentDeviceSettingStateSummariesCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (IntentDeviceSettingStateSummaryClient) UpdateIntentDeviceSettingStateSummary

UpdateIntentDeviceSettingStateSummary - Update the navigation property deviceSettingStateSummaries in deviceManagement

type ListIntentDeviceSettingStateSummariesCompleteResult

type ListIntentDeviceSettingStateSummariesCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []beta.DeviceManagementIntentDeviceSettingStateSummary
}

type ListIntentDeviceSettingStateSummariesCustomPager

type ListIntentDeviceSettingStateSummariesCustomPager struct {
	NextLink *odata.Link `json:"@odata.nextLink"`
}

type ListIntentDeviceSettingStateSummariesOperationOptions

type ListIntentDeviceSettingStateSummariesOperationOptions 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 DefaultListIntentDeviceSettingStateSummariesOperationOptions

func DefaultListIntentDeviceSettingStateSummariesOperationOptions() ListIntentDeviceSettingStateSummariesOperationOptions

func (ListIntentDeviceSettingStateSummariesOperationOptions) ToHeaders

func (ListIntentDeviceSettingStateSummariesOperationOptions) ToOData

func (ListIntentDeviceSettingStateSummariesOperationOptions) ToQuery

type ListIntentDeviceSettingStateSummariesOperationResponse

type ListIntentDeviceSettingStateSummariesOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.DeviceManagementIntentDeviceSettingStateSummary
}

type UpdateIntentDeviceSettingStateSummaryOperationOptions

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

func DefaultUpdateIntentDeviceSettingStateSummaryOperationOptions

func DefaultUpdateIntentDeviceSettingStateSummaryOperationOptions() UpdateIntentDeviceSettingStateSummaryOperationOptions

func (UpdateIntentDeviceSettingStateSummaryOperationOptions) ToHeaders

func (UpdateIntentDeviceSettingStateSummaryOperationOptions) ToOData

func (UpdateIntentDeviceSettingStateSummaryOperationOptions) ToQuery

type UpdateIntentDeviceSettingStateSummaryOperationResponse

type UpdateIntentDeviceSettingStateSummaryOperationResponse 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