Documentation ¶
Index ¶
- type CreateManagedDeviceEncryptionStateOperationOptions
- type CreateManagedDeviceEncryptionStateOperationResponse
- type DeleteManagedDeviceEncryptionStateOperationOptions
- type DeleteManagedDeviceEncryptionStateOperationResponse
- type GetManagedDeviceEncryptionStateOperationOptions
- type GetManagedDeviceEncryptionStateOperationResponse
- type GetManagedDeviceEncryptionStatesCountOperationOptions
- type GetManagedDeviceEncryptionStatesCountOperationResponse
- type ListManagedDeviceEncryptionStatesCompleteResult
- type ListManagedDeviceEncryptionStatesCustomPager
- type ListManagedDeviceEncryptionStatesOperationOptions
- type ListManagedDeviceEncryptionStatesOperationResponse
- type ManagedDeviceEncryptionStateClient
- 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
- type UpdateManagedDeviceEncryptionStateOperationOptions
- type UpdateManagedDeviceEncryptionStateOperationResponse
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 (o CreateManagedDeviceEncryptionStateOperationOptions) ToHeaders() *client.Headers
func (CreateManagedDeviceEncryptionStateOperationOptions) ToOData ¶
func (o CreateManagedDeviceEncryptionStateOperationOptions) ToOData() *odata.Query
func (CreateManagedDeviceEncryptionStateOperationOptions) ToQuery ¶
func (o CreateManagedDeviceEncryptionStateOperationOptions) ToQuery() *client.QueryParams
type DeleteManagedDeviceEncryptionStateOperationOptions ¶
type DeleteManagedDeviceEncryptionStateOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteManagedDeviceEncryptionStateOperationOptions ¶
func DefaultDeleteManagedDeviceEncryptionStateOperationOptions() DeleteManagedDeviceEncryptionStateOperationOptions
func (DeleteManagedDeviceEncryptionStateOperationOptions) ToHeaders ¶
func (o DeleteManagedDeviceEncryptionStateOperationOptions) ToHeaders() *client.Headers
func (DeleteManagedDeviceEncryptionStateOperationOptions) ToOData ¶
func (o DeleteManagedDeviceEncryptionStateOperationOptions) ToOData() *odata.Query
func (DeleteManagedDeviceEncryptionStateOperationOptions) ToQuery ¶
func (o DeleteManagedDeviceEncryptionStateOperationOptions) ToQuery() *client.QueryParams
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 (o GetManagedDeviceEncryptionStateOperationOptions) ToHeaders() *client.Headers
func (GetManagedDeviceEncryptionStateOperationOptions) ToOData ¶
func (o GetManagedDeviceEncryptionStateOperationOptions) ToOData() *odata.Query
func (GetManagedDeviceEncryptionStateOperationOptions) ToQuery ¶
func (o GetManagedDeviceEncryptionStateOperationOptions) ToQuery() *client.QueryParams
type GetManagedDeviceEncryptionStatesCountOperationOptions ¶
type GetManagedDeviceEncryptionStatesCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetManagedDeviceEncryptionStatesCountOperationOptions ¶
func DefaultGetManagedDeviceEncryptionStatesCountOperationOptions() GetManagedDeviceEncryptionStatesCountOperationOptions
func (GetManagedDeviceEncryptionStatesCountOperationOptions) ToHeaders ¶
func (o GetManagedDeviceEncryptionStatesCountOperationOptions) ToHeaders() *client.Headers
func (GetManagedDeviceEncryptionStatesCountOperationOptions) ToOData ¶
func (o GetManagedDeviceEncryptionStatesCountOperationOptions) ToOData() *odata.Query
func (GetManagedDeviceEncryptionStatesCountOperationOptions) ToQuery ¶
func (o GetManagedDeviceEncryptionStatesCountOperationOptions) ToQuery() *client.QueryParams
type ListManagedDeviceEncryptionStatesCompleteResult ¶
type ListManagedDeviceEncryptionStatesCompleteResult struct { LatestHttpResponse *http.Response Items []beta.ManagedDeviceEncryptionState }
type ListManagedDeviceEncryptionStatesCustomPager ¶
type ListManagedDeviceEncryptionStatesCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListManagedDeviceEncryptionStatesCustomPager) NextPageLink ¶
func (p *ListManagedDeviceEncryptionStatesCustomPager) NextPageLink() *odata.Link
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 (o ListManagedDeviceEncryptionStatesOperationOptions) ToHeaders() *client.Headers
func (ListManagedDeviceEncryptionStatesOperationOptions) ToOData ¶
func (o ListManagedDeviceEncryptionStatesOperationOptions) ToOData() *odata.Query
func (ListManagedDeviceEncryptionStatesOperationOptions) ToQuery ¶
func (o ListManagedDeviceEncryptionStatesOperationOptions) ToQuery() *client.QueryParams
type ManagedDeviceEncryptionStateClient ¶
func NewManagedDeviceEncryptionStateClientWithBaseURI ¶
func NewManagedDeviceEncryptionStateClientWithBaseURI(sdkApi sdkEnv.Api) (*ManagedDeviceEncryptionStateClient, error)
func (ManagedDeviceEncryptionStateClient) CreateManagedDeviceEncryptionState ¶
func (c ManagedDeviceEncryptionStateClient) CreateManagedDeviceEncryptionState(ctx context.Context, input beta.ManagedDeviceEncryptionState, options CreateManagedDeviceEncryptionStateOperationOptions) (result CreateManagedDeviceEncryptionStateOperationResponse, err error)
CreateManagedDeviceEncryptionState - Create new navigation property to managedDeviceEncryptionStates for deviceManagement
func (ManagedDeviceEncryptionStateClient) DeleteManagedDeviceEncryptionState ¶
func (c ManagedDeviceEncryptionStateClient) DeleteManagedDeviceEncryptionState(ctx context.Context, id beta.DeviceManagementManagedDeviceEncryptionStateId, options DeleteManagedDeviceEncryptionStateOperationOptions) (result DeleteManagedDeviceEncryptionStateOperationResponse, err error)
DeleteManagedDeviceEncryptionState - Delete navigation property managedDeviceEncryptionStates for deviceManagement
func (ManagedDeviceEncryptionStateClient) GetManagedDeviceEncryptionState ¶
func (c ManagedDeviceEncryptionStateClient) GetManagedDeviceEncryptionState(ctx context.Context, id beta.DeviceManagementManagedDeviceEncryptionStateId, options GetManagedDeviceEncryptionStateOperationOptions) (result GetManagedDeviceEncryptionStateOperationResponse, err error)
GetManagedDeviceEncryptionState - Get managedDeviceEncryptionStates from deviceManagement. Encryption report for devices in this account
func (ManagedDeviceEncryptionStateClient) GetManagedDeviceEncryptionStatesCount ¶
func (c ManagedDeviceEncryptionStateClient) GetManagedDeviceEncryptionStatesCount(ctx context.Context, options GetManagedDeviceEncryptionStatesCountOperationOptions) (result GetManagedDeviceEncryptionStatesCountOperationResponse, err error)
GetManagedDeviceEncryptionStatesCount - Get the number of the resource
func (ManagedDeviceEncryptionStateClient) ListManagedDeviceEncryptionStates ¶
func (c ManagedDeviceEncryptionStateClient) ListManagedDeviceEncryptionStates(ctx context.Context, options ListManagedDeviceEncryptionStatesOperationOptions) (result ListManagedDeviceEncryptionStatesOperationResponse, err error)
ListManagedDeviceEncryptionStates - Get managedDeviceEncryptionStates from deviceManagement. Encryption report for devices in this account
func (ManagedDeviceEncryptionStateClient) ListManagedDeviceEncryptionStatesComplete ¶
func (c ManagedDeviceEncryptionStateClient) ListManagedDeviceEncryptionStatesComplete(ctx context.Context, options ListManagedDeviceEncryptionStatesOperationOptions) (ListManagedDeviceEncryptionStatesCompleteResult, error)
ListManagedDeviceEncryptionStatesComplete retrieves all the results into a single object
func (ManagedDeviceEncryptionStateClient) ListManagedDeviceEncryptionStatesCompleteMatchingPredicate ¶
func (c ManagedDeviceEncryptionStateClient) ListManagedDeviceEncryptionStatesCompleteMatchingPredicate(ctx context.Context, options ListManagedDeviceEncryptionStatesOperationOptions, predicate ManagedDeviceEncryptionStateOperationPredicate) (result ListManagedDeviceEncryptionStatesCompleteResult, err error)
ListManagedDeviceEncryptionStatesCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (ManagedDeviceEncryptionStateClient) UpdateManagedDeviceEncryptionState ¶
func (c ManagedDeviceEncryptionStateClient) UpdateManagedDeviceEncryptionState(ctx context.Context, id beta.DeviceManagementManagedDeviceEncryptionStateId, input beta.ManagedDeviceEncryptionState, options UpdateManagedDeviceEncryptionStateOperationOptions) (result UpdateManagedDeviceEncryptionStateOperationResponse, err error)
UpdateManagedDeviceEncryptionState - Update the navigation property managedDeviceEncryptionStates in deviceManagement
type ManagedDeviceEncryptionStateOperationPredicate ¶
type ManagedDeviceEncryptionStateOperationPredicate struct { }
func (ManagedDeviceEncryptionStateOperationPredicate) Matches ¶
func (p ManagedDeviceEncryptionStateOperationPredicate) Matches(input beta.ManagedDeviceEncryptionState) bool
type UpdateManagedDeviceEncryptionStateOperationOptions ¶
type UpdateManagedDeviceEncryptionStateOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateManagedDeviceEncryptionStateOperationOptions ¶
func DefaultUpdateManagedDeviceEncryptionStateOperationOptions() UpdateManagedDeviceEncryptionStateOperationOptions
func (UpdateManagedDeviceEncryptionStateOperationOptions) ToHeaders ¶
func (o UpdateManagedDeviceEncryptionStateOperationOptions) ToHeaders() *client.Headers
func (UpdateManagedDeviceEncryptionStateOperationOptions) ToOData ¶
func (o UpdateManagedDeviceEncryptionStateOperationOptions) ToOData() *odata.Query
func (UpdateManagedDeviceEncryptionStateOperationOptions) ToQuery ¶
func (o UpdateManagedDeviceEncryptionStateOperationOptions) ToQuery() *client.QueryParams
Source Files ¶
- client.go
- method_createmanageddeviceencryptionstate.go
- method_deletemanageddeviceencryptionstate.go
- method_getmanageddeviceencryptionstate.go
- method_getmanageddeviceencryptionstatescount.go
- method_listmanageddeviceencryptionstates.go
- method_updatemanageddeviceencryptionstate.go
- predicates.go
- version.go