Versions in this module Expand all Collapse all v0 v0.20241126.2320 Nov 26, 2024 v0.20241126.1723 Nov 26, 2024 Changes in this version + type CreateManagedDeviceEncryptionStateOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCreateManagedDeviceEncryptionStateOperationOptions() CreateManagedDeviceEncryptionStateOperationOptions + func (o CreateManagedDeviceEncryptionStateOperationOptions) ToHeaders() *client.Headers + func (o CreateManagedDeviceEncryptionStateOperationOptions) ToOData() *odata.Query + func (o CreateManagedDeviceEncryptionStateOperationOptions) ToQuery() *client.QueryParams + type CreateManagedDeviceEncryptionStateOperationResponse struct + HttpResponse *http.Response + Model *beta.ManagedDeviceEncryptionState + OData *odata.OData + type DeleteManagedDeviceEncryptionStateOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeleteManagedDeviceEncryptionStateOperationOptions() DeleteManagedDeviceEncryptionStateOperationOptions + func (o DeleteManagedDeviceEncryptionStateOperationOptions) ToHeaders() *client.Headers + func (o DeleteManagedDeviceEncryptionStateOperationOptions) ToOData() *odata.Query + func (o DeleteManagedDeviceEncryptionStateOperationOptions) ToQuery() *client.QueryParams + type DeleteManagedDeviceEncryptionStateOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type GetManagedDeviceEncryptionStateOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetManagedDeviceEncryptionStateOperationOptions() GetManagedDeviceEncryptionStateOperationOptions + func (o GetManagedDeviceEncryptionStateOperationOptions) ToHeaders() *client.Headers + func (o GetManagedDeviceEncryptionStateOperationOptions) ToOData() *odata.Query + func (o GetManagedDeviceEncryptionStateOperationOptions) ToQuery() *client.QueryParams + type GetManagedDeviceEncryptionStateOperationResponse struct + HttpResponse *http.Response + Model *beta.ManagedDeviceEncryptionState + OData *odata.OData + type GetManagedDeviceEncryptionStatesCountOperationOptions struct + Filter *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Search *string + func DefaultGetManagedDeviceEncryptionStatesCountOperationOptions() GetManagedDeviceEncryptionStatesCountOperationOptions + func (o GetManagedDeviceEncryptionStatesCountOperationOptions) ToHeaders() *client.Headers + func (o GetManagedDeviceEncryptionStatesCountOperationOptions) ToOData() *odata.Query + func (o GetManagedDeviceEncryptionStatesCountOperationOptions) ToQuery() *client.QueryParams + type GetManagedDeviceEncryptionStatesCountOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type ListManagedDeviceEncryptionStatesCompleteResult struct + Items []beta.ManagedDeviceEncryptionState + LatestHttpResponse *http.Response + type ListManagedDeviceEncryptionStatesCustomPager struct + NextLink *odata.Link + func (p *ListManagedDeviceEncryptionStatesCustomPager) NextPageLink() *odata.Link + 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() ListManagedDeviceEncryptionStatesOperationOptions + func (o ListManagedDeviceEncryptionStatesOperationOptions) ToHeaders() *client.Headers + func (o ListManagedDeviceEncryptionStatesOperationOptions) ToOData() *odata.Query + func (o ListManagedDeviceEncryptionStatesOperationOptions) ToQuery() *client.QueryParams + type ListManagedDeviceEncryptionStatesOperationResponse struct + HttpResponse *http.Response + Model *[]beta.ManagedDeviceEncryptionState + OData *odata.OData + type ManagedDeviceEncryptionStateClient struct + Client *msgraph.Client + func NewManagedDeviceEncryptionStateClientWithBaseURI(sdkApi sdkEnv.Api) (*ManagedDeviceEncryptionStateClient, error) + func (c ManagedDeviceEncryptionStateClient) CreateManagedDeviceEncryptionState(ctx context.Context, input beta.ManagedDeviceEncryptionState, ...) (result CreateManagedDeviceEncryptionStateOperationResponse, err error) + func (c ManagedDeviceEncryptionStateClient) DeleteManagedDeviceEncryptionState(ctx context.Context, id beta.DeviceManagementManagedDeviceEncryptionStateId, ...) (result DeleteManagedDeviceEncryptionStateOperationResponse, err error) + func (c ManagedDeviceEncryptionStateClient) GetManagedDeviceEncryptionState(ctx context.Context, id beta.DeviceManagementManagedDeviceEncryptionStateId, ...) (result GetManagedDeviceEncryptionStateOperationResponse, err error) + func (c ManagedDeviceEncryptionStateClient) GetManagedDeviceEncryptionStatesCount(ctx context.Context, ...) (result GetManagedDeviceEncryptionStatesCountOperationResponse, err error) + func (c ManagedDeviceEncryptionStateClient) ListManagedDeviceEncryptionStates(ctx context.Context, options ListManagedDeviceEncryptionStatesOperationOptions) (result ListManagedDeviceEncryptionStatesOperationResponse, err error) + func (c ManagedDeviceEncryptionStateClient) ListManagedDeviceEncryptionStatesComplete(ctx context.Context, options ListManagedDeviceEncryptionStatesOperationOptions) (ListManagedDeviceEncryptionStatesCompleteResult, error) + func (c ManagedDeviceEncryptionStateClient) ListManagedDeviceEncryptionStatesCompleteMatchingPredicate(ctx context.Context, options ListManagedDeviceEncryptionStatesOperationOptions, ...) (result ListManagedDeviceEncryptionStatesCompleteResult, err error) + func (c ManagedDeviceEncryptionStateClient) UpdateManagedDeviceEncryptionState(ctx context.Context, id beta.DeviceManagementManagedDeviceEncryptionStateId, ...) (result UpdateManagedDeviceEncryptionStateOperationResponse, err error) + type ManagedDeviceEncryptionStateOperationPredicate struct + func (p ManagedDeviceEncryptionStateOperationPredicate) Matches(input beta.ManagedDeviceEncryptionState) bool + type UpdateManagedDeviceEncryptionStateOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultUpdateManagedDeviceEncryptionStateOperationOptions() UpdateManagedDeviceEncryptionStateOperationOptions + func (o UpdateManagedDeviceEncryptionStateOperationOptions) ToHeaders() *client.Headers + func (o UpdateManagedDeviceEncryptionStateOperationOptions) ToOData() *odata.Query + func (o UpdateManagedDeviceEncryptionStateOperationOptions) ToQuery() *client.QueryParams + type UpdateManagedDeviceEncryptionStateOperationResponse struct + HttpResponse *http.Response + OData *odata.OData