Documentation ¶
Index ¶
- type CreateMobileDeviceManagementPolicyOperationOptions
- type CreateMobileDeviceManagementPolicyOperationResponse
- type DeleteMobileDeviceManagementPolicyOperationOptions
- type DeleteMobileDeviceManagementPolicyOperationResponse
- type GetMobileDeviceManagementPoliciesCountOperationOptions
- type GetMobileDeviceManagementPoliciesCountOperationResponse
- type GetMobileDeviceManagementPolicyOperationOptions
- type GetMobileDeviceManagementPolicyOperationResponse
- type ListMobileDeviceManagementPoliciesCompleteResult
- type ListMobileDeviceManagementPoliciesCustomPager
- type ListMobileDeviceManagementPoliciesOperationOptions
- type ListMobileDeviceManagementPoliciesOperationResponse
- type MobileDeviceManagementPolicyClient
- func (c MobileDeviceManagementPolicyClient) CreateMobileDeviceManagementPolicy(ctx context.Context, input beta.MobilityManagementPolicy, ...) (result CreateMobileDeviceManagementPolicyOperationResponse, err error)
- func (c MobileDeviceManagementPolicyClient) DeleteMobileDeviceManagementPolicy(ctx context.Context, id beta.PolicyMobileDeviceManagementPolicyId, ...) (result DeleteMobileDeviceManagementPolicyOperationResponse, err error)
- func (c MobileDeviceManagementPolicyClient) GetMobileDeviceManagementPoliciesCount(ctx context.Context, ...) (result GetMobileDeviceManagementPoliciesCountOperationResponse, err error)
- func (c MobileDeviceManagementPolicyClient) GetMobileDeviceManagementPolicy(ctx context.Context, id beta.PolicyMobileDeviceManagementPolicyId, ...) (result GetMobileDeviceManagementPolicyOperationResponse, err error)
- func (c MobileDeviceManagementPolicyClient) ListMobileDeviceManagementPolicies(ctx context.Context, ...) (result ListMobileDeviceManagementPoliciesOperationResponse, err error)
- func (c MobileDeviceManagementPolicyClient) ListMobileDeviceManagementPoliciesComplete(ctx context.Context, ...) (ListMobileDeviceManagementPoliciesCompleteResult, error)
- func (c MobileDeviceManagementPolicyClient) ListMobileDeviceManagementPoliciesCompleteMatchingPredicate(ctx context.Context, ...) (result ListMobileDeviceManagementPoliciesCompleteResult, err error)
- func (c MobileDeviceManagementPolicyClient) UpdateMobileDeviceManagementPolicy(ctx context.Context, id beta.PolicyMobileDeviceManagementPolicyId, ...) (result UpdateMobileDeviceManagementPolicyOperationResponse, err error)
- type MobilityManagementPolicyOperationPredicate
- type UpdateMobileDeviceManagementPolicyOperationOptions
- type UpdateMobileDeviceManagementPolicyOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateMobileDeviceManagementPolicyOperationOptions ¶
type CreateMobileDeviceManagementPolicyOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateMobileDeviceManagementPolicyOperationOptions ¶
func DefaultCreateMobileDeviceManagementPolicyOperationOptions() CreateMobileDeviceManagementPolicyOperationOptions
func (CreateMobileDeviceManagementPolicyOperationOptions) ToHeaders ¶
func (o CreateMobileDeviceManagementPolicyOperationOptions) ToHeaders() *client.Headers
func (CreateMobileDeviceManagementPolicyOperationOptions) ToOData ¶
func (o CreateMobileDeviceManagementPolicyOperationOptions) ToOData() *odata.Query
func (CreateMobileDeviceManagementPolicyOperationOptions) ToQuery ¶
func (o CreateMobileDeviceManagementPolicyOperationOptions) ToQuery() *client.QueryParams
type DeleteMobileDeviceManagementPolicyOperationOptions ¶
type DeleteMobileDeviceManagementPolicyOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteMobileDeviceManagementPolicyOperationOptions ¶
func DefaultDeleteMobileDeviceManagementPolicyOperationOptions() DeleteMobileDeviceManagementPolicyOperationOptions
func (DeleteMobileDeviceManagementPolicyOperationOptions) ToHeaders ¶
func (o DeleteMobileDeviceManagementPolicyOperationOptions) ToHeaders() *client.Headers
func (DeleteMobileDeviceManagementPolicyOperationOptions) ToOData ¶
func (o DeleteMobileDeviceManagementPolicyOperationOptions) ToOData() *odata.Query
func (DeleteMobileDeviceManagementPolicyOperationOptions) ToQuery ¶
func (o DeleteMobileDeviceManagementPolicyOperationOptions) ToQuery() *client.QueryParams
type GetMobileDeviceManagementPoliciesCountOperationOptions ¶
type GetMobileDeviceManagementPoliciesCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetMobileDeviceManagementPoliciesCountOperationOptions ¶
func DefaultGetMobileDeviceManagementPoliciesCountOperationOptions() GetMobileDeviceManagementPoliciesCountOperationOptions
func (GetMobileDeviceManagementPoliciesCountOperationOptions) ToHeaders ¶
func (o GetMobileDeviceManagementPoliciesCountOperationOptions) ToHeaders() *client.Headers
func (GetMobileDeviceManagementPoliciesCountOperationOptions) ToOData ¶
func (o GetMobileDeviceManagementPoliciesCountOperationOptions) ToOData() *odata.Query
func (GetMobileDeviceManagementPoliciesCountOperationOptions) ToQuery ¶
func (o GetMobileDeviceManagementPoliciesCountOperationOptions) ToQuery() *client.QueryParams
type GetMobileDeviceManagementPolicyOperationOptions ¶
type GetMobileDeviceManagementPolicyOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetMobileDeviceManagementPolicyOperationOptions ¶
func DefaultGetMobileDeviceManagementPolicyOperationOptions() GetMobileDeviceManagementPolicyOperationOptions
func (GetMobileDeviceManagementPolicyOperationOptions) ToHeaders ¶
func (o GetMobileDeviceManagementPolicyOperationOptions) ToHeaders() *client.Headers
func (GetMobileDeviceManagementPolicyOperationOptions) ToOData ¶
func (o GetMobileDeviceManagementPolicyOperationOptions) ToOData() *odata.Query
func (GetMobileDeviceManagementPolicyOperationOptions) ToQuery ¶
func (o GetMobileDeviceManagementPolicyOperationOptions) ToQuery() *client.QueryParams
type ListMobileDeviceManagementPoliciesCompleteResult ¶
type ListMobileDeviceManagementPoliciesCompleteResult struct { LatestHttpResponse *http.Response Items []beta.MobilityManagementPolicy }
type ListMobileDeviceManagementPoliciesCustomPager ¶
type ListMobileDeviceManagementPoliciesCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListMobileDeviceManagementPoliciesCustomPager) NextPageLink ¶
func (p *ListMobileDeviceManagementPoliciesCustomPager) NextPageLink() *odata.Link
type ListMobileDeviceManagementPoliciesOperationOptions ¶
type ListMobileDeviceManagementPoliciesOperationOptions 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 DefaultListMobileDeviceManagementPoliciesOperationOptions ¶
func DefaultListMobileDeviceManagementPoliciesOperationOptions() ListMobileDeviceManagementPoliciesOperationOptions
func (ListMobileDeviceManagementPoliciesOperationOptions) ToHeaders ¶
func (o ListMobileDeviceManagementPoliciesOperationOptions) ToHeaders() *client.Headers
func (ListMobileDeviceManagementPoliciesOperationOptions) ToOData ¶
func (o ListMobileDeviceManagementPoliciesOperationOptions) ToOData() *odata.Query
func (ListMobileDeviceManagementPoliciesOperationOptions) ToQuery ¶
func (o ListMobileDeviceManagementPoliciesOperationOptions) ToQuery() *client.QueryParams
type MobileDeviceManagementPolicyClient ¶
func NewMobileDeviceManagementPolicyClientWithBaseURI ¶
func NewMobileDeviceManagementPolicyClientWithBaseURI(sdkApi sdkEnv.Api) (*MobileDeviceManagementPolicyClient, error)
func (MobileDeviceManagementPolicyClient) CreateMobileDeviceManagementPolicy ¶
func (c MobileDeviceManagementPolicyClient) CreateMobileDeviceManagementPolicy(ctx context.Context, input beta.MobilityManagementPolicy, options CreateMobileDeviceManagementPolicyOperationOptions) (result CreateMobileDeviceManagementPolicyOperationResponse, err error)
CreateMobileDeviceManagementPolicy - Create new navigation property to mobileDeviceManagementPolicies for policies
func (MobileDeviceManagementPolicyClient) DeleteMobileDeviceManagementPolicy ¶
func (c MobileDeviceManagementPolicyClient) DeleteMobileDeviceManagementPolicy(ctx context.Context, id beta.PolicyMobileDeviceManagementPolicyId, options DeleteMobileDeviceManagementPolicyOperationOptions) (result DeleteMobileDeviceManagementPolicyOperationResponse, err error)
DeleteMobileDeviceManagementPolicy - Delete mobileDeviceManagementPolicy. Delete a mobilityManagementPolicy object.
func (MobileDeviceManagementPolicyClient) GetMobileDeviceManagementPoliciesCount ¶
func (c MobileDeviceManagementPolicyClient) GetMobileDeviceManagementPoliciesCount(ctx context.Context, options GetMobileDeviceManagementPoliciesCountOperationOptions) (result GetMobileDeviceManagementPoliciesCountOperationResponse, err error)
GetMobileDeviceManagementPoliciesCount - Get the number of the resource
func (MobileDeviceManagementPolicyClient) GetMobileDeviceManagementPolicy ¶
func (c MobileDeviceManagementPolicyClient) GetMobileDeviceManagementPolicy(ctx context.Context, id beta.PolicyMobileDeviceManagementPolicyId, options GetMobileDeviceManagementPolicyOperationOptions) (result GetMobileDeviceManagementPolicyOperationResponse, err error)
GetMobileDeviceManagementPolicy - Get mobileDeviceManagementPolicy. Read the properties and relationships of a mobilityManagementPolicy object.
func (MobileDeviceManagementPolicyClient) ListMobileDeviceManagementPolicies ¶
func (c MobileDeviceManagementPolicyClient) ListMobileDeviceManagementPolicies(ctx context.Context, options ListMobileDeviceManagementPoliciesOperationOptions) (result ListMobileDeviceManagementPoliciesOperationResponse, err error)
ListMobileDeviceManagementPolicies - List mobileDeviceManagementPolicies. Get a list of the mobilityManagementPolicy objects and their properties.
func (MobileDeviceManagementPolicyClient) ListMobileDeviceManagementPoliciesComplete ¶
func (c MobileDeviceManagementPolicyClient) ListMobileDeviceManagementPoliciesComplete(ctx context.Context, options ListMobileDeviceManagementPoliciesOperationOptions) (ListMobileDeviceManagementPoliciesCompleteResult, error)
ListMobileDeviceManagementPoliciesComplete retrieves all the results into a single object
func (MobileDeviceManagementPolicyClient) ListMobileDeviceManagementPoliciesCompleteMatchingPredicate ¶
func (c MobileDeviceManagementPolicyClient) ListMobileDeviceManagementPoliciesCompleteMatchingPredicate(ctx context.Context, options ListMobileDeviceManagementPoliciesOperationOptions, predicate MobilityManagementPolicyOperationPredicate) (result ListMobileDeviceManagementPoliciesCompleteResult, err error)
ListMobileDeviceManagementPoliciesCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (MobileDeviceManagementPolicyClient) UpdateMobileDeviceManagementPolicy ¶
func (c MobileDeviceManagementPolicyClient) UpdateMobileDeviceManagementPolicy(ctx context.Context, id beta.PolicyMobileDeviceManagementPolicyId, input beta.MobilityManagementPolicy, options UpdateMobileDeviceManagementPolicyOperationOptions) (result UpdateMobileDeviceManagementPolicyOperationResponse, err error)
UpdateMobileDeviceManagementPolicy - Update mobileDeviceManagementPolicy. Update the properties of a mobilityManagementPolicy object.
type MobilityManagementPolicyOperationPredicate ¶
type MobilityManagementPolicyOperationPredicate struct { }
func (MobilityManagementPolicyOperationPredicate) Matches ¶
func (p MobilityManagementPolicyOperationPredicate) Matches(input beta.MobilityManagementPolicy) bool
type UpdateMobileDeviceManagementPolicyOperationOptions ¶
type UpdateMobileDeviceManagementPolicyOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateMobileDeviceManagementPolicyOperationOptions ¶
func DefaultUpdateMobileDeviceManagementPolicyOperationOptions() UpdateMobileDeviceManagementPolicyOperationOptions
func (UpdateMobileDeviceManagementPolicyOperationOptions) ToHeaders ¶
func (o UpdateMobileDeviceManagementPolicyOperationOptions) ToHeaders() *client.Headers
func (UpdateMobileDeviceManagementPolicyOperationOptions) ToOData ¶
func (o UpdateMobileDeviceManagementPolicyOperationOptions) ToOData() *odata.Query
func (UpdateMobileDeviceManagementPolicyOperationOptions) ToQuery ¶
func (o UpdateMobileDeviceManagementPolicyOperationOptions) ToQuery() *client.QueryParams
Source Files ¶
- client.go
- method_createmobiledevicemanagementpolicy.go
- method_deletemobiledevicemanagementpolicy.go
- method_getmobiledevicemanagementpoliciescount.go
- method_getmobiledevicemanagementpolicy.go
- method_listmobiledevicemanagementpolicies.go
- method_updatemobiledevicemanagementpolicy.go
- predicates.go
- version.go