manageddevicecleanuprule

package
v0.20241017.1093842 Latest Latest
Warning

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

Go to latest
Published: Oct 17, 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 CreateManagedDeviceCleanupRuleOperationOptions

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

func DefaultCreateManagedDeviceCleanupRuleOperationOptions

func DefaultCreateManagedDeviceCleanupRuleOperationOptions() CreateManagedDeviceCleanupRuleOperationOptions

func (CreateManagedDeviceCleanupRuleOperationOptions) ToHeaders

func (CreateManagedDeviceCleanupRuleOperationOptions) ToOData

func (CreateManagedDeviceCleanupRuleOperationOptions) ToQuery

type CreateManagedDeviceCleanupRuleOperationResponse

type CreateManagedDeviceCleanupRuleOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.ManagedDeviceCleanupRule
}

type DeleteManagedDeviceCleanupRuleOperationOptions

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

func DefaultDeleteManagedDeviceCleanupRuleOperationOptions

func DefaultDeleteManagedDeviceCleanupRuleOperationOptions() DeleteManagedDeviceCleanupRuleOperationOptions

func (DeleteManagedDeviceCleanupRuleOperationOptions) ToHeaders

func (DeleteManagedDeviceCleanupRuleOperationOptions) ToOData

func (DeleteManagedDeviceCleanupRuleOperationOptions) ToQuery

type DeleteManagedDeviceCleanupRuleOperationResponse

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

type GetManagedDeviceCleanupRuleOperationOptions

type GetManagedDeviceCleanupRuleOperationOptions struct {
	Expand    *odata.Expand
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
	Select    *[]string
}

func DefaultGetManagedDeviceCleanupRuleOperationOptions

func DefaultGetManagedDeviceCleanupRuleOperationOptions() GetManagedDeviceCleanupRuleOperationOptions

func (GetManagedDeviceCleanupRuleOperationOptions) ToHeaders

func (GetManagedDeviceCleanupRuleOperationOptions) ToOData

func (GetManagedDeviceCleanupRuleOperationOptions) ToQuery

type GetManagedDeviceCleanupRuleOperationResponse

type GetManagedDeviceCleanupRuleOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.ManagedDeviceCleanupRule
}

type GetManagedDeviceCleanupRulesCountOperationOptions

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

func DefaultGetManagedDeviceCleanupRulesCountOperationOptions

func DefaultGetManagedDeviceCleanupRulesCountOperationOptions() GetManagedDeviceCleanupRulesCountOperationOptions

func (GetManagedDeviceCleanupRulesCountOperationOptions) ToHeaders

func (GetManagedDeviceCleanupRulesCountOperationOptions) ToOData

func (GetManagedDeviceCleanupRulesCountOperationOptions) ToQuery

type GetManagedDeviceCleanupRulesCountOperationResponse

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

type ListManagedDeviceCleanupRulesCompleteResult

type ListManagedDeviceCleanupRulesCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []beta.ManagedDeviceCleanupRule
}

type ListManagedDeviceCleanupRulesCustomPager

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

type ListManagedDeviceCleanupRulesOperationOptions

type ListManagedDeviceCleanupRulesOperationOptions 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 DefaultListManagedDeviceCleanupRulesOperationOptions

func DefaultListManagedDeviceCleanupRulesOperationOptions() ListManagedDeviceCleanupRulesOperationOptions

func (ListManagedDeviceCleanupRulesOperationOptions) ToHeaders

func (ListManagedDeviceCleanupRulesOperationOptions) ToOData

func (ListManagedDeviceCleanupRulesOperationOptions) ToQuery

type ListManagedDeviceCleanupRulesOperationResponse

type ListManagedDeviceCleanupRulesOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.ManagedDeviceCleanupRule
}

type ManagedDeviceCleanupRuleClient

type ManagedDeviceCleanupRuleClient struct {
	Client *msgraph.Client
}

func NewManagedDeviceCleanupRuleClientWithBaseURI

func NewManagedDeviceCleanupRuleClientWithBaseURI(sdkApi sdkEnv.Api) (*ManagedDeviceCleanupRuleClient, error)

func (ManagedDeviceCleanupRuleClient) CreateManagedDeviceCleanupRule

CreateManagedDeviceCleanupRule - Create new navigation property to managedDeviceCleanupRules for deviceManagement

func (ManagedDeviceCleanupRuleClient) DeleteManagedDeviceCleanupRule

DeleteManagedDeviceCleanupRule - Delete navigation property managedDeviceCleanupRules for deviceManagement

func (ManagedDeviceCleanupRuleClient) GetManagedDeviceCleanupRule

GetManagedDeviceCleanupRule - Get managedDeviceCleanupRules from deviceManagement. Device cleanup rule V2

func (ManagedDeviceCleanupRuleClient) GetManagedDeviceCleanupRulesCount

GetManagedDeviceCleanupRulesCount - Get the number of the resource

func (ManagedDeviceCleanupRuleClient) ListManagedDeviceCleanupRules

ListManagedDeviceCleanupRules - Get managedDeviceCleanupRules from deviceManagement. Device cleanup rule V2

func (ManagedDeviceCleanupRuleClient) ListManagedDeviceCleanupRulesComplete

ListManagedDeviceCleanupRulesComplete retrieves all the results into a single object

func (ManagedDeviceCleanupRuleClient) ListManagedDeviceCleanupRulesCompleteMatchingPredicate

ListManagedDeviceCleanupRulesCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (ManagedDeviceCleanupRuleClient) UpdateManagedDeviceCleanupRule

UpdateManagedDeviceCleanupRule - Update the navigation property managedDeviceCleanupRules in deviceManagement

type ManagedDeviceCleanupRuleOperationPredicate

type ManagedDeviceCleanupRuleOperationPredicate struct {
}

func (ManagedDeviceCleanupRuleOperationPredicate) Matches

type UpdateManagedDeviceCleanupRuleOperationOptions

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

func DefaultUpdateManagedDeviceCleanupRuleOperationOptions

func DefaultUpdateManagedDeviceCleanupRuleOperationOptions() UpdateManagedDeviceCleanupRuleOperationOptions

func (UpdateManagedDeviceCleanupRuleOperationOptions) ToHeaders

func (UpdateManagedDeviceCleanupRuleOperationOptions) ToOData

func (UpdateManagedDeviceCleanupRuleOperationOptions) ToQuery

type UpdateManagedDeviceCleanupRuleOperationResponse

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