devicemanagementroledefinition

package
v0.20241111.1164443 Latest Latest
Warning

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

Go to latest
Published: Nov 11, 2024 License: MPL-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateDeviceManagementRoleDefinitionOperationOptions

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

func DefaultCreateDeviceManagementRoleDefinitionOperationOptions

func DefaultCreateDeviceManagementRoleDefinitionOperationOptions() CreateDeviceManagementRoleDefinitionOperationOptions

func (CreateDeviceManagementRoleDefinitionOperationOptions) ToHeaders

func (CreateDeviceManagementRoleDefinitionOperationOptions) ToOData

func (CreateDeviceManagementRoleDefinitionOperationOptions) ToQuery

type CreateDeviceManagementRoleDefinitionOperationResponse

type CreateDeviceManagementRoleDefinitionOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.UnifiedRoleDefinition
}

type DeleteDeviceManagementRoleDefinitionOperationOptions

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

func DefaultDeleteDeviceManagementRoleDefinitionOperationOptions

func DefaultDeleteDeviceManagementRoleDefinitionOperationOptions() DeleteDeviceManagementRoleDefinitionOperationOptions

func (DeleteDeviceManagementRoleDefinitionOperationOptions) ToHeaders

func (DeleteDeviceManagementRoleDefinitionOperationOptions) ToOData

func (DeleteDeviceManagementRoleDefinitionOperationOptions) ToQuery

type DeleteDeviceManagementRoleDefinitionOperationResponse

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

type DeviceManagementRoleDefinitionClient

type DeviceManagementRoleDefinitionClient struct {
	Client *msgraph.Client
}

func NewDeviceManagementRoleDefinitionClientWithBaseURI

func NewDeviceManagementRoleDefinitionClientWithBaseURI(sdkApi sdkEnv.Api) (*DeviceManagementRoleDefinitionClient, error)

func (DeviceManagementRoleDefinitionClient) CreateDeviceManagementRoleDefinition

CreateDeviceManagementRoleDefinition - Create new navigation property to roleDefinitions for roleManagement

func (DeviceManagementRoleDefinitionClient) DeleteDeviceManagementRoleDefinition

DeleteDeviceManagementRoleDefinition - Delete navigation property roleDefinitions for roleManagement

func (DeviceManagementRoleDefinitionClient) GetDeviceManagementRoleDefinition

GetDeviceManagementRoleDefinition - Get roleDefinitions from roleManagement

func (DeviceManagementRoleDefinitionClient) GetDeviceManagementRoleDefinitionsCount

GetDeviceManagementRoleDefinitionsCount - Get the number of the resource

func (DeviceManagementRoleDefinitionClient) ListDeviceManagementRoleDefinitions

ListDeviceManagementRoleDefinitions - Get roleDefinitions from roleManagement

func (DeviceManagementRoleDefinitionClient) ListDeviceManagementRoleDefinitionsComplete

ListDeviceManagementRoleDefinitionsComplete retrieves all the results into a single object

func (DeviceManagementRoleDefinitionClient) ListDeviceManagementRoleDefinitionsCompleteMatchingPredicate

ListDeviceManagementRoleDefinitionsCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (DeviceManagementRoleDefinitionClient) UpdateDeviceManagementRoleDefinition

UpdateDeviceManagementRoleDefinition - Update the navigation property roleDefinitions in roleManagement

type GetDeviceManagementRoleDefinitionOperationOptions

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

func DefaultGetDeviceManagementRoleDefinitionOperationOptions

func DefaultGetDeviceManagementRoleDefinitionOperationOptions() GetDeviceManagementRoleDefinitionOperationOptions

func (GetDeviceManagementRoleDefinitionOperationOptions) ToHeaders

func (GetDeviceManagementRoleDefinitionOperationOptions) ToOData

func (GetDeviceManagementRoleDefinitionOperationOptions) ToQuery

type GetDeviceManagementRoleDefinitionOperationResponse

type GetDeviceManagementRoleDefinitionOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.UnifiedRoleDefinition
}

type GetDeviceManagementRoleDefinitionsCountOperationOptions

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

func (GetDeviceManagementRoleDefinitionsCountOperationOptions) ToHeaders

func (GetDeviceManagementRoleDefinitionsCountOperationOptions) ToOData

func (GetDeviceManagementRoleDefinitionsCountOperationOptions) ToQuery

type GetDeviceManagementRoleDefinitionsCountOperationResponse

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

type ListDeviceManagementRoleDefinitionsCompleteResult

type ListDeviceManagementRoleDefinitionsCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []beta.UnifiedRoleDefinition
}

type ListDeviceManagementRoleDefinitionsCustomPager

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

type ListDeviceManagementRoleDefinitionsOperationOptions

type ListDeviceManagementRoleDefinitionsOperationOptions 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 DefaultListDeviceManagementRoleDefinitionsOperationOptions

func DefaultListDeviceManagementRoleDefinitionsOperationOptions() ListDeviceManagementRoleDefinitionsOperationOptions

func (ListDeviceManagementRoleDefinitionsOperationOptions) ToHeaders

func (ListDeviceManagementRoleDefinitionsOperationOptions) ToOData

func (ListDeviceManagementRoleDefinitionsOperationOptions) ToQuery

type ListDeviceManagementRoleDefinitionsOperationResponse

type ListDeviceManagementRoleDefinitionsOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.UnifiedRoleDefinition
}

type UnifiedRoleDefinitionOperationPredicate

type UnifiedRoleDefinitionOperationPredicate struct {
}

func (UnifiedRoleDefinitionOperationPredicate) Matches

type UpdateDeviceManagementRoleDefinitionOperationOptions

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

func DefaultUpdateDeviceManagementRoleDefinitionOperationOptions

func DefaultUpdateDeviceManagementRoleDefinitionOperationOptions() UpdateDeviceManagementRoleDefinitionOperationOptions

func (UpdateDeviceManagementRoleDefinitionOperationOptions) ToHeaders

func (UpdateDeviceManagementRoleDefinitionOperationOptions) ToOData

func (UpdateDeviceManagementRoleDefinitionOperationOptions) ToQuery

type UpdateDeviceManagementRoleDefinitionOperationResponse

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