Documentation ¶
Index ¶
- type AddMobileAppManagementPolicyIncludedGroupRefOperationOptions
- type AddMobileAppManagementPolicyIncludedGroupRefOperationResponse
- type DirectoryObjectOperationPredicate
- type GetMobileAppManagementPolicyIncludedGroupsCountOperationOptions
- type GetMobileAppManagementPolicyIncludedGroupsCountOperationResponse
- type GroupOperationPredicate
- type ListMobileAppManagementPolicyIncludedGroupRefsCompleteResult
- type ListMobileAppManagementPolicyIncludedGroupRefsCustomPager
- type ListMobileAppManagementPolicyIncludedGroupRefsOperationOptions
- type ListMobileAppManagementPolicyIncludedGroupRefsOperationResponse
- type ListMobileAppManagementPolicyIncludedGroupsCompleteResult
- type ListMobileAppManagementPolicyIncludedGroupsCustomPager
- type ListMobileAppManagementPolicyIncludedGroupsOperationOptions
- type ListMobileAppManagementPolicyIncludedGroupsOperationResponse
- type MobileAppManagementPolicyIncludedGroupClient
- func (c MobileAppManagementPolicyIncludedGroupClient) AddMobileAppManagementPolicyIncludedGroupRef(ctx context.Context, id beta.PolicyMobileAppManagementPolicyId, ...) (result AddMobileAppManagementPolicyIncludedGroupRefOperationResponse, ...)
- func (c MobileAppManagementPolicyIncludedGroupClient) GetMobileAppManagementPolicyIncludedGroupsCount(ctx context.Context, id beta.PolicyMobileAppManagementPolicyId, ...) (result GetMobileAppManagementPolicyIncludedGroupsCountOperationResponse, ...)
- func (c MobileAppManagementPolicyIncludedGroupClient) ListMobileAppManagementPolicyIncludedGroupRefs(ctx context.Context, id beta.PolicyMobileAppManagementPolicyId, ...) (result ListMobileAppManagementPolicyIncludedGroupRefsOperationResponse, ...)
- func (c MobileAppManagementPolicyIncludedGroupClient) ListMobileAppManagementPolicyIncludedGroupRefsComplete(ctx context.Context, id beta.PolicyMobileAppManagementPolicyId, ...) (ListMobileAppManagementPolicyIncludedGroupRefsCompleteResult, error)
- func (c MobileAppManagementPolicyIncludedGroupClient) ListMobileAppManagementPolicyIncludedGroupRefsCompleteMatchingPredicate(ctx context.Context, id beta.PolicyMobileAppManagementPolicyId, ...) (result ListMobileAppManagementPolicyIncludedGroupRefsCompleteResult, err error)
- func (c MobileAppManagementPolicyIncludedGroupClient) ListMobileAppManagementPolicyIncludedGroups(ctx context.Context, id beta.PolicyMobileAppManagementPolicyId, ...) (result ListMobileAppManagementPolicyIncludedGroupsOperationResponse, err error)
- func (c MobileAppManagementPolicyIncludedGroupClient) ListMobileAppManagementPolicyIncludedGroupsComplete(ctx context.Context, id beta.PolicyMobileAppManagementPolicyId, ...) (ListMobileAppManagementPolicyIncludedGroupsCompleteResult, error)
- func (c MobileAppManagementPolicyIncludedGroupClient) ListMobileAppManagementPolicyIncludedGroupsCompleteMatchingPredicate(ctx context.Context, id beta.PolicyMobileAppManagementPolicyId, ...) (result ListMobileAppManagementPolicyIncludedGroupsCompleteResult, err error)
- func (c MobileAppManagementPolicyIncludedGroupClient) RemoveMobileAppManagementPolicyIncludedGroupRef(ctx context.Context, id beta.PolicyMobileAppManagementPolicyIdIncludedGroupId, ...) (result RemoveMobileAppManagementPolicyIncludedGroupRefOperationResponse, ...)
- func (c MobileAppManagementPolicyIncludedGroupClient) RemoveMobileAppManagementPolicyIncludedGroupRefs(ctx context.Context, id beta.PolicyMobileAppManagementPolicyId, ...) (result RemoveMobileAppManagementPolicyIncludedGroupRefsOperationResponse, ...)
- type RemoveMobileAppManagementPolicyIncludedGroupRefOperationOptions
- type RemoveMobileAppManagementPolicyIncludedGroupRefOperationResponse
- type RemoveMobileAppManagementPolicyIncludedGroupRefsOperationOptions
- func (o RemoveMobileAppManagementPolicyIncludedGroupRefsOperationOptions) ToHeaders() *client.Headers
- func (o RemoveMobileAppManagementPolicyIncludedGroupRefsOperationOptions) ToOData() *odata.Query
- func (o RemoveMobileAppManagementPolicyIncludedGroupRefsOperationOptions) ToQuery() *client.QueryParams
- type RemoveMobileAppManagementPolicyIncludedGroupRefsOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddMobileAppManagementPolicyIncludedGroupRefOperationOptions ¶
type AddMobileAppManagementPolicyIncludedGroupRefOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultAddMobileAppManagementPolicyIncludedGroupRefOperationOptions ¶
func DefaultAddMobileAppManagementPolicyIncludedGroupRefOperationOptions() AddMobileAppManagementPolicyIncludedGroupRefOperationOptions
func (AddMobileAppManagementPolicyIncludedGroupRefOperationOptions) ToHeaders ¶
func (o AddMobileAppManagementPolicyIncludedGroupRefOperationOptions) ToHeaders() *client.Headers
func (AddMobileAppManagementPolicyIncludedGroupRefOperationOptions) ToOData ¶
func (o AddMobileAppManagementPolicyIncludedGroupRefOperationOptions) ToOData() *odata.Query
func (AddMobileAppManagementPolicyIncludedGroupRefOperationOptions) ToQuery ¶
func (o AddMobileAppManagementPolicyIncludedGroupRefOperationOptions) ToQuery() *client.QueryParams
type DirectoryObjectOperationPredicate ¶
type DirectoryObjectOperationPredicate struct { }
func (DirectoryObjectOperationPredicate) Matches ¶
func (p DirectoryObjectOperationPredicate) Matches(input beta.DirectoryObject) bool
type GetMobileAppManagementPolicyIncludedGroupsCountOperationOptions ¶
type GetMobileAppManagementPolicyIncludedGroupsCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetMobileAppManagementPolicyIncludedGroupsCountOperationOptions ¶
func DefaultGetMobileAppManagementPolicyIncludedGroupsCountOperationOptions() GetMobileAppManagementPolicyIncludedGroupsCountOperationOptions
func (GetMobileAppManagementPolicyIncludedGroupsCountOperationOptions) ToHeaders ¶
func (o GetMobileAppManagementPolicyIncludedGroupsCountOperationOptions) ToHeaders() *client.Headers
func (GetMobileAppManagementPolicyIncludedGroupsCountOperationOptions) ToOData ¶
func (o GetMobileAppManagementPolicyIncludedGroupsCountOperationOptions) ToOData() *odata.Query
func (GetMobileAppManagementPolicyIncludedGroupsCountOperationOptions) ToQuery ¶
func (o GetMobileAppManagementPolicyIncludedGroupsCountOperationOptions) ToQuery() *client.QueryParams
type GroupOperationPredicate ¶
type GroupOperationPredicate struct { }
type ListMobileAppManagementPolicyIncludedGroupRefsCompleteResult ¶
type ListMobileAppManagementPolicyIncludedGroupRefsCompleteResult struct { LatestHttpResponse *http.Response Items []beta.DirectoryObject }
type ListMobileAppManagementPolicyIncludedGroupRefsCustomPager ¶
type ListMobileAppManagementPolicyIncludedGroupRefsCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListMobileAppManagementPolicyIncludedGroupRefsCustomPager) NextPageLink ¶
func (p *ListMobileAppManagementPolicyIncludedGroupRefsCustomPager) NextPageLink() *odata.Link
type ListMobileAppManagementPolicyIncludedGroupRefsOperationOptions ¶
type ListMobileAppManagementPolicyIncludedGroupRefsOperationOptions struct { Count *bool Filter *string Metadata *odata.Metadata OrderBy *odata.OrderBy RetryFunc client.RequestRetryFunc Search *string Skip *int64 Top *int64 }
func DefaultListMobileAppManagementPolicyIncludedGroupRefsOperationOptions ¶
func DefaultListMobileAppManagementPolicyIncludedGroupRefsOperationOptions() ListMobileAppManagementPolicyIncludedGroupRefsOperationOptions
func (ListMobileAppManagementPolicyIncludedGroupRefsOperationOptions) ToHeaders ¶
func (o ListMobileAppManagementPolicyIncludedGroupRefsOperationOptions) ToHeaders() *client.Headers
func (ListMobileAppManagementPolicyIncludedGroupRefsOperationOptions) ToOData ¶
func (o ListMobileAppManagementPolicyIncludedGroupRefsOperationOptions) ToOData() *odata.Query
func (ListMobileAppManagementPolicyIncludedGroupRefsOperationOptions) ToQuery ¶
func (o ListMobileAppManagementPolicyIncludedGroupRefsOperationOptions) ToQuery() *client.QueryParams
type ListMobileAppManagementPolicyIncludedGroupsCustomPager ¶
type ListMobileAppManagementPolicyIncludedGroupsCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListMobileAppManagementPolicyIncludedGroupsCustomPager) NextPageLink ¶
func (p *ListMobileAppManagementPolicyIncludedGroupsCustomPager) NextPageLink() *odata.Link
type ListMobileAppManagementPolicyIncludedGroupsOperationOptions ¶
type ListMobileAppManagementPolicyIncludedGroupsOperationOptions 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 DefaultListMobileAppManagementPolicyIncludedGroupsOperationOptions ¶
func DefaultListMobileAppManagementPolicyIncludedGroupsOperationOptions() ListMobileAppManagementPolicyIncludedGroupsOperationOptions
func (ListMobileAppManagementPolicyIncludedGroupsOperationOptions) ToHeaders ¶
func (o ListMobileAppManagementPolicyIncludedGroupsOperationOptions) ToHeaders() *client.Headers
func (ListMobileAppManagementPolicyIncludedGroupsOperationOptions) ToOData ¶
func (o ListMobileAppManagementPolicyIncludedGroupsOperationOptions) ToOData() *odata.Query
func (ListMobileAppManagementPolicyIncludedGroupsOperationOptions) ToQuery ¶
func (o ListMobileAppManagementPolicyIncludedGroupsOperationOptions) ToQuery() *client.QueryParams
type MobileAppManagementPolicyIncludedGroupClient ¶
func NewMobileAppManagementPolicyIncludedGroupClientWithBaseURI ¶
func NewMobileAppManagementPolicyIncludedGroupClientWithBaseURI(sdkApi sdkEnv.Api) (*MobileAppManagementPolicyIncludedGroupClient, error)
func (MobileAppManagementPolicyIncludedGroupClient) AddMobileAppManagementPolicyIncludedGroupRef ¶
func (c MobileAppManagementPolicyIncludedGroupClient) AddMobileAppManagementPolicyIncludedGroupRef(ctx context.Context, id beta.PolicyMobileAppManagementPolicyId, input beta.ReferenceCreate, options AddMobileAppManagementPolicyIncludedGroupRefOperationOptions) (result AddMobileAppManagementPolicyIncludedGroupRefOperationResponse, err error)
AddMobileAppManagementPolicyIncludedGroupRef - Add includedGroups. Add groups to be included in a mobile app management policy.
func (MobileAppManagementPolicyIncludedGroupClient) GetMobileAppManagementPolicyIncludedGroupsCount ¶
func (c MobileAppManagementPolicyIncludedGroupClient) GetMobileAppManagementPolicyIncludedGroupsCount(ctx context.Context, id beta.PolicyMobileAppManagementPolicyId, options GetMobileAppManagementPolicyIncludedGroupsCountOperationOptions) (result GetMobileAppManagementPolicyIncludedGroupsCountOperationResponse, err error)
GetMobileAppManagementPolicyIncludedGroupsCount - Get the number of the resource
func (MobileAppManagementPolicyIncludedGroupClient) ListMobileAppManagementPolicyIncludedGroupRefs ¶
func (c MobileAppManagementPolicyIncludedGroupClient) ListMobileAppManagementPolicyIncludedGroupRefs(ctx context.Context, id beta.PolicyMobileAppManagementPolicyId, options ListMobileAppManagementPolicyIncludedGroupRefsOperationOptions) (result ListMobileAppManagementPolicyIncludedGroupRefsOperationResponse, err error)
ListMobileAppManagementPolicyIncludedGroupRefs - List includedGroups. Get the list of groups that are included in a mobile app management policy.
func (MobileAppManagementPolicyIncludedGroupClient) ListMobileAppManagementPolicyIncludedGroupRefsComplete ¶
func (c MobileAppManagementPolicyIncludedGroupClient) ListMobileAppManagementPolicyIncludedGroupRefsComplete(ctx context.Context, id beta.PolicyMobileAppManagementPolicyId, options ListMobileAppManagementPolicyIncludedGroupRefsOperationOptions) (ListMobileAppManagementPolicyIncludedGroupRefsCompleteResult, error)
ListMobileAppManagementPolicyIncludedGroupRefsComplete retrieves all the results into a single object
func (MobileAppManagementPolicyIncludedGroupClient) ListMobileAppManagementPolicyIncludedGroupRefsCompleteMatchingPredicate ¶
func (c MobileAppManagementPolicyIncludedGroupClient) ListMobileAppManagementPolicyIncludedGroupRefsCompleteMatchingPredicate(ctx context.Context, id beta.PolicyMobileAppManagementPolicyId, options ListMobileAppManagementPolicyIncludedGroupRefsOperationOptions, predicate DirectoryObjectOperationPredicate) (result ListMobileAppManagementPolicyIncludedGroupRefsCompleteResult, err error)
ListMobileAppManagementPolicyIncludedGroupRefsCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (MobileAppManagementPolicyIncludedGroupClient) ListMobileAppManagementPolicyIncludedGroups ¶
func (c MobileAppManagementPolicyIncludedGroupClient) ListMobileAppManagementPolicyIncludedGroups(ctx context.Context, id beta.PolicyMobileAppManagementPolicyId, options ListMobileAppManagementPolicyIncludedGroupsOperationOptions) (result ListMobileAppManagementPolicyIncludedGroupsOperationResponse, err error)
ListMobileAppManagementPolicyIncludedGroups - List includedGroups. Get the list of groups that are included in a mobile app management policy.
func (MobileAppManagementPolicyIncludedGroupClient) ListMobileAppManagementPolicyIncludedGroupsComplete ¶
func (c MobileAppManagementPolicyIncludedGroupClient) ListMobileAppManagementPolicyIncludedGroupsComplete(ctx context.Context, id beta.PolicyMobileAppManagementPolicyId, options ListMobileAppManagementPolicyIncludedGroupsOperationOptions) (ListMobileAppManagementPolicyIncludedGroupsCompleteResult, error)
ListMobileAppManagementPolicyIncludedGroupsComplete retrieves all the results into a single object
func (MobileAppManagementPolicyIncludedGroupClient) ListMobileAppManagementPolicyIncludedGroupsCompleteMatchingPredicate ¶
func (c MobileAppManagementPolicyIncludedGroupClient) ListMobileAppManagementPolicyIncludedGroupsCompleteMatchingPredicate(ctx context.Context, id beta.PolicyMobileAppManagementPolicyId, options ListMobileAppManagementPolicyIncludedGroupsOperationOptions, predicate GroupOperationPredicate) (result ListMobileAppManagementPolicyIncludedGroupsCompleteResult, err error)
ListMobileAppManagementPolicyIncludedGroupsCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (MobileAppManagementPolicyIncludedGroupClient) RemoveMobileAppManagementPolicyIncludedGroupRef ¶
func (c MobileAppManagementPolicyIncludedGroupClient) RemoveMobileAppManagementPolicyIncludedGroupRef(ctx context.Context, id beta.PolicyMobileAppManagementPolicyIdIncludedGroupId, options RemoveMobileAppManagementPolicyIncludedGroupRefOperationOptions) (result RemoveMobileAppManagementPolicyIncludedGroupRefOperationResponse, err error)
RemoveMobileAppManagementPolicyIncludedGroupRef - Delete includedGroup. Delete a group from the list of groups included in a mobile app management policy.
func (MobileAppManagementPolicyIncludedGroupClient) RemoveMobileAppManagementPolicyIncludedGroupRefs ¶
func (c MobileAppManagementPolicyIncludedGroupClient) RemoveMobileAppManagementPolicyIncludedGroupRefs(ctx context.Context, id beta.PolicyMobileAppManagementPolicyId, options RemoveMobileAppManagementPolicyIncludedGroupRefsOperationOptions) (result RemoveMobileAppManagementPolicyIncludedGroupRefsOperationResponse, err error)
RemoveMobileAppManagementPolicyIncludedGroupRefs - Delete includedGroup. Delete a group from the list of groups included in a mobile app management policy.
type RemoveMobileAppManagementPolicyIncludedGroupRefOperationOptions ¶
type RemoveMobileAppManagementPolicyIncludedGroupRefOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultRemoveMobileAppManagementPolicyIncludedGroupRefOperationOptions ¶
func DefaultRemoveMobileAppManagementPolicyIncludedGroupRefOperationOptions() RemoveMobileAppManagementPolicyIncludedGroupRefOperationOptions
func (RemoveMobileAppManagementPolicyIncludedGroupRefOperationOptions) ToHeaders ¶
func (o RemoveMobileAppManagementPolicyIncludedGroupRefOperationOptions) ToHeaders() *client.Headers
func (RemoveMobileAppManagementPolicyIncludedGroupRefOperationOptions) ToOData ¶
func (o RemoveMobileAppManagementPolicyIncludedGroupRefOperationOptions) ToOData() *odata.Query
func (RemoveMobileAppManagementPolicyIncludedGroupRefOperationOptions) ToQuery ¶
func (o RemoveMobileAppManagementPolicyIncludedGroupRefOperationOptions) ToQuery() *client.QueryParams
type RemoveMobileAppManagementPolicyIncludedGroupRefsOperationOptions ¶
type RemoveMobileAppManagementPolicyIncludedGroupRefsOperationOptions struct { Id *string IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultRemoveMobileAppManagementPolicyIncludedGroupRefsOperationOptions ¶
func DefaultRemoveMobileAppManagementPolicyIncludedGroupRefsOperationOptions() RemoveMobileAppManagementPolicyIncludedGroupRefsOperationOptions
func (RemoveMobileAppManagementPolicyIncludedGroupRefsOperationOptions) ToHeaders ¶
func (o RemoveMobileAppManagementPolicyIncludedGroupRefsOperationOptions) ToHeaders() *client.Headers
func (RemoveMobileAppManagementPolicyIncludedGroupRefsOperationOptions) ToOData ¶
func (o RemoveMobileAppManagementPolicyIncludedGroupRefsOperationOptions) ToOData() *odata.Query
func (RemoveMobileAppManagementPolicyIncludedGroupRefsOperationOptions) ToQuery ¶
func (o RemoveMobileAppManagementPolicyIncludedGroupRefsOperationOptions) ToQuery() *client.QueryParams
Source Files ¶
- client.go
- method_addmobileappmanagementpolicyincludedgroupref.go
- method_getmobileappmanagementpolicyincludedgroupscount.go
- method_listmobileappmanagementpolicyincludedgrouprefs.go
- method_listmobileappmanagementpolicyincludedgroups.go
- method_removemobileappmanagementpolicyincludedgroupref.go
- method_removemobileappmanagementpolicyincludedgrouprefs.go
- predicates.go
- version.go