Documentation ¶
Index ¶
- type DeleteManagedDeviceWindowsProtectionStateOperationOptions
- type DeleteManagedDeviceWindowsProtectionStateOperationResponse
- type GetManagedDeviceWindowsProtectionStateOperationOptions
- type GetManagedDeviceWindowsProtectionStateOperationResponse
- type ManagedDeviceWindowsProtectionStateClient
- func (c ManagedDeviceWindowsProtectionStateClient) DeleteManagedDeviceWindowsProtectionState(ctx context.Context, id stable.DeviceManagementManagedDeviceId, ...) (result DeleteManagedDeviceWindowsProtectionStateOperationResponse, err error)
- func (c ManagedDeviceWindowsProtectionStateClient) GetManagedDeviceWindowsProtectionState(ctx context.Context, id stable.DeviceManagementManagedDeviceId, ...) (result GetManagedDeviceWindowsProtectionStateOperationResponse, err error)
- func (c ManagedDeviceWindowsProtectionStateClient) UpdateManagedDeviceWindowsProtectionState(ctx context.Context, id stable.DeviceManagementManagedDeviceId, ...) (result UpdateManagedDeviceWindowsProtectionStateOperationResponse, err error)
- type UpdateManagedDeviceWindowsProtectionStateOperationOptions
- type UpdateManagedDeviceWindowsProtectionStateOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeleteManagedDeviceWindowsProtectionStateOperationOptions ¶
type DeleteManagedDeviceWindowsProtectionStateOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteManagedDeviceWindowsProtectionStateOperationOptions ¶
func DefaultDeleteManagedDeviceWindowsProtectionStateOperationOptions() DeleteManagedDeviceWindowsProtectionStateOperationOptions
func (DeleteManagedDeviceWindowsProtectionStateOperationOptions) ToHeaders ¶
func (o DeleteManagedDeviceWindowsProtectionStateOperationOptions) ToHeaders() *client.Headers
func (DeleteManagedDeviceWindowsProtectionStateOperationOptions) ToOData ¶
func (o DeleteManagedDeviceWindowsProtectionStateOperationOptions) ToOData() *odata.Query
func (DeleteManagedDeviceWindowsProtectionStateOperationOptions) ToQuery ¶
func (o DeleteManagedDeviceWindowsProtectionStateOperationOptions) ToQuery() *client.QueryParams
type GetManagedDeviceWindowsProtectionStateOperationOptions ¶
type GetManagedDeviceWindowsProtectionStateOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetManagedDeviceWindowsProtectionStateOperationOptions ¶
func DefaultGetManagedDeviceWindowsProtectionStateOperationOptions() GetManagedDeviceWindowsProtectionStateOperationOptions
func (GetManagedDeviceWindowsProtectionStateOperationOptions) ToHeaders ¶
func (o GetManagedDeviceWindowsProtectionStateOperationOptions) ToHeaders() *client.Headers
func (GetManagedDeviceWindowsProtectionStateOperationOptions) ToOData ¶
func (o GetManagedDeviceWindowsProtectionStateOperationOptions) ToOData() *odata.Query
func (GetManagedDeviceWindowsProtectionStateOperationOptions) ToQuery ¶
func (o GetManagedDeviceWindowsProtectionStateOperationOptions) ToQuery() *client.QueryParams
type ManagedDeviceWindowsProtectionStateClient ¶
func NewManagedDeviceWindowsProtectionStateClientWithBaseURI ¶
func NewManagedDeviceWindowsProtectionStateClientWithBaseURI(sdkApi sdkEnv.Api) (*ManagedDeviceWindowsProtectionStateClient, error)
func (ManagedDeviceWindowsProtectionStateClient) DeleteManagedDeviceWindowsProtectionState ¶
func (c ManagedDeviceWindowsProtectionStateClient) DeleteManagedDeviceWindowsProtectionState(ctx context.Context, id stable.DeviceManagementManagedDeviceId, options DeleteManagedDeviceWindowsProtectionStateOperationOptions) (result DeleteManagedDeviceWindowsProtectionStateOperationResponse, err error)
DeleteManagedDeviceWindowsProtectionState - Delete navigation property windowsProtectionState for deviceManagement
func (ManagedDeviceWindowsProtectionStateClient) GetManagedDeviceWindowsProtectionState ¶
func (c ManagedDeviceWindowsProtectionStateClient) GetManagedDeviceWindowsProtectionState(ctx context.Context, id stable.DeviceManagementManagedDeviceId, options GetManagedDeviceWindowsProtectionStateOperationOptions) (result GetManagedDeviceWindowsProtectionStateOperationResponse, err error)
GetManagedDeviceWindowsProtectionState - Get windowsProtectionState from deviceManagement. The device protection status. This property is read-only.
func (ManagedDeviceWindowsProtectionStateClient) UpdateManagedDeviceWindowsProtectionState ¶
func (c ManagedDeviceWindowsProtectionStateClient) UpdateManagedDeviceWindowsProtectionState(ctx context.Context, id stable.DeviceManagementManagedDeviceId, input stable.WindowsProtectionState, options UpdateManagedDeviceWindowsProtectionStateOperationOptions) (result UpdateManagedDeviceWindowsProtectionStateOperationResponse, err error)
UpdateManagedDeviceWindowsProtectionState - Update the navigation property windowsProtectionState in deviceManagement
type UpdateManagedDeviceWindowsProtectionStateOperationOptions ¶
type UpdateManagedDeviceWindowsProtectionStateOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateManagedDeviceWindowsProtectionStateOperationOptions ¶
func DefaultUpdateManagedDeviceWindowsProtectionStateOperationOptions() UpdateManagedDeviceWindowsProtectionStateOperationOptions
func (UpdateManagedDeviceWindowsProtectionStateOperationOptions) ToHeaders ¶
func (o UpdateManagedDeviceWindowsProtectionStateOperationOptions) ToHeaders() *client.Headers
func (UpdateManagedDeviceWindowsProtectionStateOperationOptions) ToOData ¶
func (o UpdateManagedDeviceWindowsProtectionStateOperationOptions) ToOData() *odata.Query
func (UpdateManagedDeviceWindowsProtectionStateOperationOptions) ToQuery ¶
func (o UpdateManagedDeviceWindowsProtectionStateOperationOptions) ToQuery() *client.QueryParams
Click to show internal directories.
Click to hide internal directories.