manageddeviceencryptionstate

package
v0.20241126.2320 Latest Latest
Warning

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

Go to latest
Published: Nov 26, 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 CreateManagedDeviceEncryptionStateOperationOptions

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

func DefaultCreateManagedDeviceEncryptionStateOperationOptions

func DefaultCreateManagedDeviceEncryptionStateOperationOptions() CreateManagedDeviceEncryptionStateOperationOptions

func (CreateManagedDeviceEncryptionStateOperationOptions) ToHeaders

func (CreateManagedDeviceEncryptionStateOperationOptions) ToOData

func (CreateManagedDeviceEncryptionStateOperationOptions) ToQuery

type CreateManagedDeviceEncryptionStateOperationResponse

type CreateManagedDeviceEncryptionStateOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.ManagedDeviceEncryptionState
}

type DeleteManagedDeviceEncryptionStateOperationOptions

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

func DefaultDeleteManagedDeviceEncryptionStateOperationOptions

func DefaultDeleteManagedDeviceEncryptionStateOperationOptions() DeleteManagedDeviceEncryptionStateOperationOptions

func (DeleteManagedDeviceEncryptionStateOperationOptions) ToHeaders

func (DeleteManagedDeviceEncryptionStateOperationOptions) ToOData

func (DeleteManagedDeviceEncryptionStateOperationOptions) ToQuery

type DeleteManagedDeviceEncryptionStateOperationResponse

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

type GetManagedDeviceEncryptionStateOperationOptions

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

func DefaultGetManagedDeviceEncryptionStateOperationOptions

func DefaultGetManagedDeviceEncryptionStateOperationOptions() GetManagedDeviceEncryptionStateOperationOptions

func (GetManagedDeviceEncryptionStateOperationOptions) ToHeaders

func (GetManagedDeviceEncryptionStateOperationOptions) ToOData

func (GetManagedDeviceEncryptionStateOperationOptions) ToQuery

type GetManagedDeviceEncryptionStateOperationResponse

type GetManagedDeviceEncryptionStateOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.ManagedDeviceEncryptionState
}

type GetManagedDeviceEncryptionStatesCountOperationOptions

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

func DefaultGetManagedDeviceEncryptionStatesCountOperationOptions

func DefaultGetManagedDeviceEncryptionStatesCountOperationOptions() GetManagedDeviceEncryptionStatesCountOperationOptions

func (GetManagedDeviceEncryptionStatesCountOperationOptions) ToHeaders

func (GetManagedDeviceEncryptionStatesCountOperationOptions) ToOData

func (GetManagedDeviceEncryptionStatesCountOperationOptions) ToQuery

type GetManagedDeviceEncryptionStatesCountOperationResponse

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

type ListManagedDeviceEncryptionStatesCompleteResult

type ListManagedDeviceEncryptionStatesCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []beta.ManagedDeviceEncryptionState
}

type ListManagedDeviceEncryptionStatesCustomPager

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

type ListManagedDeviceEncryptionStatesOperationOptions

type ListManagedDeviceEncryptionStatesOperationOptions 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 DefaultListManagedDeviceEncryptionStatesOperationOptions

func DefaultListManagedDeviceEncryptionStatesOperationOptions() ListManagedDeviceEncryptionStatesOperationOptions

func (ListManagedDeviceEncryptionStatesOperationOptions) ToHeaders

func (ListManagedDeviceEncryptionStatesOperationOptions) ToOData

func (ListManagedDeviceEncryptionStatesOperationOptions) ToQuery

type ListManagedDeviceEncryptionStatesOperationResponse

type ListManagedDeviceEncryptionStatesOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.ManagedDeviceEncryptionState
}

type ManagedDeviceEncryptionStateClient

type ManagedDeviceEncryptionStateClient struct {
	Client *msgraph.Client
}

func NewManagedDeviceEncryptionStateClientWithBaseURI

func NewManagedDeviceEncryptionStateClientWithBaseURI(sdkApi sdkEnv.Api) (*ManagedDeviceEncryptionStateClient, error)

func (ManagedDeviceEncryptionStateClient) CreateManagedDeviceEncryptionState

CreateManagedDeviceEncryptionState - Create new navigation property to managedDeviceEncryptionStates for deviceManagement

func (ManagedDeviceEncryptionStateClient) DeleteManagedDeviceEncryptionState

DeleteManagedDeviceEncryptionState - Delete navigation property managedDeviceEncryptionStates for deviceManagement

func (ManagedDeviceEncryptionStateClient) GetManagedDeviceEncryptionState

GetManagedDeviceEncryptionState - Get managedDeviceEncryptionStates from deviceManagement. Encryption report for devices in this account

func (ManagedDeviceEncryptionStateClient) GetManagedDeviceEncryptionStatesCount

GetManagedDeviceEncryptionStatesCount - Get the number of the resource

func (ManagedDeviceEncryptionStateClient) ListManagedDeviceEncryptionStates

ListManagedDeviceEncryptionStates - Get managedDeviceEncryptionStates from deviceManagement. Encryption report for devices in this account

func (ManagedDeviceEncryptionStateClient) ListManagedDeviceEncryptionStatesComplete

ListManagedDeviceEncryptionStatesComplete retrieves all the results into a single object

func (ManagedDeviceEncryptionStateClient) ListManagedDeviceEncryptionStatesCompleteMatchingPredicate

ListManagedDeviceEncryptionStatesCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (ManagedDeviceEncryptionStateClient) UpdateManagedDeviceEncryptionState

UpdateManagedDeviceEncryptionState - Update the navigation property managedDeviceEncryptionStates in deviceManagement

type ManagedDeviceEncryptionStateOperationPredicate

type ManagedDeviceEncryptionStateOperationPredicate struct {
}

func (ManagedDeviceEncryptionStateOperationPredicate) Matches

type UpdateManagedDeviceEncryptionStateOperationOptions

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

func DefaultUpdateManagedDeviceEncryptionStateOperationOptions

func DefaultUpdateManagedDeviceEncryptionStateOperationOptions() UpdateManagedDeviceEncryptionStateOperationOptions

func (UpdateManagedDeviceEncryptionStateOperationOptions) ToHeaders

func (UpdateManagedDeviceEncryptionStateOperationOptions) ToOData

func (UpdateManagedDeviceEncryptionStateOperationOptions) ToQuery

type UpdateManagedDeviceEncryptionStateOperationResponse

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