manageddevicedeviceconfigurationstate

package
v0.20241009.1142232 Latest Latest
Warning

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

Go to latest
Published: Oct 9, 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 CreateManagedDeviceConfigurationStateOperationOptions

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

func DefaultCreateManagedDeviceConfigurationStateOperationOptions

func DefaultCreateManagedDeviceConfigurationStateOperationOptions() CreateManagedDeviceConfigurationStateOperationOptions

func (CreateManagedDeviceConfigurationStateOperationOptions) ToHeaders

func (CreateManagedDeviceConfigurationStateOperationOptions) ToOData

func (CreateManagedDeviceConfigurationStateOperationOptions) ToQuery

type CreateManagedDeviceConfigurationStateOperationResponse

type CreateManagedDeviceConfigurationStateOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *stable.DeviceConfigurationState
}

type DeleteManagedDeviceConfigurationStateOperationOptions

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

func DefaultDeleteManagedDeviceConfigurationStateOperationOptions

func DefaultDeleteManagedDeviceConfigurationStateOperationOptions() DeleteManagedDeviceConfigurationStateOperationOptions

func (DeleteManagedDeviceConfigurationStateOperationOptions) ToHeaders

func (DeleteManagedDeviceConfigurationStateOperationOptions) ToOData

func (DeleteManagedDeviceConfigurationStateOperationOptions) ToQuery

type DeleteManagedDeviceConfigurationStateOperationResponse

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

type DeviceConfigurationStateOperationPredicate

type DeviceConfigurationStateOperationPredicate struct {
}

func (DeviceConfigurationStateOperationPredicate) Matches

type GetManagedDeviceConfigurationStateOperationOptions

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

func DefaultGetManagedDeviceConfigurationStateOperationOptions

func DefaultGetManagedDeviceConfigurationStateOperationOptions() GetManagedDeviceConfigurationStateOperationOptions

func (GetManagedDeviceConfigurationStateOperationOptions) ToHeaders

func (GetManagedDeviceConfigurationStateOperationOptions) ToOData

func (GetManagedDeviceConfigurationStateOperationOptions) ToQuery

type GetManagedDeviceConfigurationStateOperationResponse

type GetManagedDeviceConfigurationStateOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *stable.DeviceConfigurationState
}

type GetManagedDeviceConfigurationStatesCountOperationOptions

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

func (GetManagedDeviceConfigurationStatesCountOperationOptions) ToHeaders

func (GetManagedDeviceConfigurationStatesCountOperationOptions) ToOData

func (GetManagedDeviceConfigurationStatesCountOperationOptions) ToQuery

type GetManagedDeviceConfigurationStatesCountOperationResponse

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

type ListManagedDeviceConfigurationStatesCompleteResult

type ListManagedDeviceConfigurationStatesCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []stable.DeviceConfigurationState
}

type ListManagedDeviceConfigurationStatesCustomPager

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

type ListManagedDeviceConfigurationStatesOperationOptions

type ListManagedDeviceConfigurationStatesOperationOptions 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 DefaultListManagedDeviceConfigurationStatesOperationOptions

func DefaultListManagedDeviceConfigurationStatesOperationOptions() ListManagedDeviceConfigurationStatesOperationOptions

func (ListManagedDeviceConfigurationStatesOperationOptions) ToHeaders

func (ListManagedDeviceConfigurationStatesOperationOptions) ToOData

func (ListManagedDeviceConfigurationStatesOperationOptions) ToQuery

type ListManagedDeviceConfigurationStatesOperationResponse

type ListManagedDeviceConfigurationStatesOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]stable.DeviceConfigurationState
}

type ManagedDeviceDeviceConfigurationStateClient

type ManagedDeviceDeviceConfigurationStateClient struct {
	Client *msgraph.Client
}

func NewManagedDeviceDeviceConfigurationStateClientWithBaseURI

func NewManagedDeviceDeviceConfigurationStateClientWithBaseURI(sdkApi sdkEnv.Api) (*ManagedDeviceDeviceConfigurationStateClient, error)

func (ManagedDeviceDeviceConfigurationStateClient) CreateManagedDeviceConfigurationState

CreateManagedDeviceConfigurationState - Create new navigation property to deviceConfigurationStates for deviceManagement

func (ManagedDeviceDeviceConfigurationStateClient) DeleteManagedDeviceConfigurationState

DeleteManagedDeviceConfigurationState - Delete navigation property deviceConfigurationStates for deviceManagement

func (ManagedDeviceDeviceConfigurationStateClient) GetManagedDeviceConfigurationState

GetManagedDeviceConfigurationState - Get deviceConfigurationStates from deviceManagement. Device configuration states for this device.

func (ManagedDeviceDeviceConfigurationStateClient) GetManagedDeviceConfigurationStatesCount

GetManagedDeviceConfigurationStatesCount - Get the number of the resource

func (ManagedDeviceDeviceConfigurationStateClient) ListManagedDeviceConfigurationStates

ListManagedDeviceConfigurationStates - Get deviceConfigurationStates from deviceManagement. Device configuration states for this device.

func (ManagedDeviceDeviceConfigurationStateClient) ListManagedDeviceConfigurationStatesComplete

ListManagedDeviceConfigurationStatesComplete retrieves all the results into a single object

func (ManagedDeviceDeviceConfigurationStateClient) ListManagedDeviceConfigurationStatesCompleteMatchingPredicate

ListManagedDeviceConfigurationStatesCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (ManagedDeviceDeviceConfigurationStateClient) UpdateManagedDeviceConfigurationState

UpdateManagedDeviceConfigurationState - Update the navigation property deviceConfigurationStates in deviceManagement

type UpdateManagedDeviceConfigurationStateOperationOptions

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

func DefaultUpdateManagedDeviceConfigurationStateOperationOptions

func DefaultUpdateManagedDeviceConfigurationStateOperationOptions() UpdateManagedDeviceConfigurationStateOperationOptions

func (UpdateManagedDeviceConfigurationStateOperationOptions) ToHeaders

func (UpdateManagedDeviceConfigurationStateOperationOptions) ToOData

func (UpdateManagedDeviceConfigurationStateOperationOptions) ToQuery

type UpdateManagedDeviceConfigurationStateOperationResponse

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