mobiledevicemanagementpolicy

package
v0.20241203.1090052 Latest Latest
Warning

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

Go to latest
Published: Dec 3, 2024 License: MPL-2.0 Imports: 8 Imported by: 1

Documentation

Index

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 (CreateMobileDeviceManagementPolicyOperationOptions) ToOData

func (CreateMobileDeviceManagementPolicyOperationOptions) ToQuery

type CreateMobileDeviceManagementPolicyOperationResponse

type CreateMobileDeviceManagementPolicyOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.MobilityManagementPolicy
}

type DeleteMobileDeviceManagementPolicyOperationOptions

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

func DefaultDeleteMobileDeviceManagementPolicyOperationOptions

func DefaultDeleteMobileDeviceManagementPolicyOperationOptions() DeleteMobileDeviceManagementPolicyOperationOptions

func (DeleteMobileDeviceManagementPolicyOperationOptions) ToHeaders

func (DeleteMobileDeviceManagementPolicyOperationOptions) ToOData

func (DeleteMobileDeviceManagementPolicyOperationOptions) ToQuery

type DeleteMobileDeviceManagementPolicyOperationResponse

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

type GetMobileDeviceManagementPoliciesCountOperationOptions

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

func DefaultGetMobileDeviceManagementPoliciesCountOperationOptions

func DefaultGetMobileDeviceManagementPoliciesCountOperationOptions() GetMobileDeviceManagementPoliciesCountOperationOptions

func (GetMobileDeviceManagementPoliciesCountOperationOptions) ToHeaders

func (GetMobileDeviceManagementPoliciesCountOperationOptions) ToOData

func (GetMobileDeviceManagementPoliciesCountOperationOptions) ToQuery

type GetMobileDeviceManagementPoliciesCountOperationResponse

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

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 (GetMobileDeviceManagementPolicyOperationOptions) ToOData

func (GetMobileDeviceManagementPolicyOperationOptions) ToQuery

type GetMobileDeviceManagementPolicyOperationResponse

type GetMobileDeviceManagementPolicyOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.MobilityManagementPolicy
}

type ListMobileDeviceManagementPoliciesCompleteResult

type ListMobileDeviceManagementPoliciesCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []beta.MobilityManagementPolicy
}

type ListMobileDeviceManagementPoliciesCustomPager

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

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 (ListMobileDeviceManagementPoliciesOperationOptions) ToOData

func (ListMobileDeviceManagementPoliciesOperationOptions) ToQuery

type ListMobileDeviceManagementPoliciesOperationResponse

type ListMobileDeviceManagementPoliciesOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.MobilityManagementPolicy
}

type MobileDeviceManagementPolicyClient

type MobileDeviceManagementPolicyClient struct {
	Client *msgraph.Client
}

func NewMobileDeviceManagementPolicyClientWithBaseURI

func NewMobileDeviceManagementPolicyClientWithBaseURI(sdkApi sdkEnv.Api) (*MobileDeviceManagementPolicyClient, error)

func (MobileDeviceManagementPolicyClient) CreateMobileDeviceManagementPolicy

CreateMobileDeviceManagementPolicy - Create new navigation property to mobileDeviceManagementPolicies for policies

func (MobileDeviceManagementPolicyClient) DeleteMobileDeviceManagementPolicy

DeleteMobileDeviceManagementPolicy - Delete mobileDeviceManagementPolicy. Delete a mobilityManagementPolicy object.

func (MobileDeviceManagementPolicyClient) GetMobileDeviceManagementPoliciesCount

GetMobileDeviceManagementPoliciesCount - Get the number of the resource

func (MobileDeviceManagementPolicyClient) GetMobileDeviceManagementPolicy

GetMobileDeviceManagementPolicy - Get mobileDeviceManagementPolicy. Read the properties and relationships of a mobilityManagementPolicy object.

func (MobileDeviceManagementPolicyClient) ListMobileDeviceManagementPolicies

ListMobileDeviceManagementPolicies - List mobileDeviceManagementPolicies. Get a list of the mobilityManagementPolicy objects and their properties.

func (MobileDeviceManagementPolicyClient) ListMobileDeviceManagementPoliciesComplete

ListMobileDeviceManagementPoliciesComplete retrieves all the results into a single object

func (MobileDeviceManagementPolicyClient) ListMobileDeviceManagementPoliciesCompleteMatchingPredicate

ListMobileDeviceManagementPoliciesCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (MobileDeviceManagementPolicyClient) UpdateMobileDeviceManagementPolicy

UpdateMobileDeviceManagementPolicy - Update mobileDeviceManagementPolicy. Update the properties of a mobilityManagementPolicy object.

type MobilityManagementPolicyOperationPredicate

type MobilityManagementPolicyOperationPredicate struct {
}

func (MobilityManagementPolicyOperationPredicate) Matches

type UpdateMobileDeviceManagementPolicyOperationOptions

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

func DefaultUpdateMobileDeviceManagementPolicyOperationOptions

func DefaultUpdateMobileDeviceManagementPolicyOperationOptions() UpdateMobileDeviceManagementPolicyOperationOptions

func (UpdateMobileDeviceManagementPolicyOperationOptions) ToHeaders

func (UpdateMobileDeviceManagementPolicyOperationOptions) ToOData

func (UpdateMobileDeviceManagementPolicyOperationOptions) ToQuery

type UpdateMobileDeviceManagementPolicyOperationResponse

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