entitlementmanagementroleassignmentscheduleinstance

package
v0.20241126.2320 Latest Latest
Warning

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

Go to latest
Published: Nov 26, 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 CreateEntitlementManagementRoleAssignmentScheduleInstanceOperationOptions

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

func (CreateEntitlementManagementRoleAssignmentScheduleInstanceOperationOptions) ToHeaders

func (CreateEntitlementManagementRoleAssignmentScheduleInstanceOperationOptions) ToOData

func (CreateEntitlementManagementRoleAssignmentScheduleInstanceOperationOptions) ToQuery

type CreateEntitlementManagementRoleAssignmentScheduleInstanceOperationResponse

type CreateEntitlementManagementRoleAssignmentScheduleInstanceOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.UnifiedRoleAssignmentScheduleInstance
}

type DeleteEntitlementManagementRoleAssignmentScheduleInstanceOperationOptions

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

func (DeleteEntitlementManagementRoleAssignmentScheduleInstanceOperationOptions) ToHeaders

func (DeleteEntitlementManagementRoleAssignmentScheduleInstanceOperationOptions) ToOData

func (DeleteEntitlementManagementRoleAssignmentScheduleInstanceOperationOptions) ToQuery

type DeleteEntitlementManagementRoleAssignmentScheduleInstanceOperationResponse

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

type EntitlementManagementRoleAssignmentScheduleInstanceClient

type EntitlementManagementRoleAssignmentScheduleInstanceClient struct {
	Client *msgraph.Client
}

func NewEntitlementManagementRoleAssignmentScheduleInstanceClientWithBaseURI

func NewEntitlementManagementRoleAssignmentScheduleInstanceClientWithBaseURI(sdkApi sdkEnv.Api) (*EntitlementManagementRoleAssignmentScheduleInstanceClient, error)

func (EntitlementManagementRoleAssignmentScheduleInstanceClient) CreateEntitlementManagementRoleAssignmentScheduleInstance

CreateEntitlementManagementRoleAssignmentScheduleInstance - Create new navigation property to roleAssignmentScheduleInstances for roleManagement

func (EntitlementManagementRoleAssignmentScheduleInstanceClient) DeleteEntitlementManagementRoleAssignmentScheduleInstance

DeleteEntitlementManagementRoleAssignmentScheduleInstance - Delete navigation property roleAssignmentScheduleInstances for roleManagement

func (EntitlementManagementRoleAssignmentScheduleInstanceClient) GetEntitlementManagementRoleAssignmentScheduleInstance

GetEntitlementManagementRoleAssignmentScheduleInstance - Get roleAssignmentScheduleInstances from roleManagement

func (EntitlementManagementRoleAssignmentScheduleInstanceClient) GetEntitlementManagementRoleAssignmentScheduleInstancesCount

GetEntitlementManagementRoleAssignmentScheduleInstancesCount - Get the number of the resource

func (EntitlementManagementRoleAssignmentScheduleInstanceClient) ListEntitlementManagementRoleAssignmentScheduleInstances

ListEntitlementManagementRoleAssignmentScheduleInstances - Get roleAssignmentScheduleInstances from roleManagement

func (EntitlementManagementRoleAssignmentScheduleInstanceClient) ListEntitlementManagementRoleAssignmentScheduleInstancesComplete

ListEntitlementManagementRoleAssignmentScheduleInstancesComplete retrieves all the results into a single object

func (EntitlementManagementRoleAssignmentScheduleInstanceClient) ListEntitlementManagementRoleAssignmentScheduleInstancesCompleteMatchingPredicate

ListEntitlementManagementRoleAssignmentScheduleInstancesCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (EntitlementManagementRoleAssignmentScheduleInstanceClient) UpdateEntitlementManagementRoleAssignmentScheduleInstance

UpdateEntitlementManagementRoleAssignmentScheduleInstance - Update the navigation property roleAssignmentScheduleInstances in roleManagement

type GetEntitlementManagementRoleAssignmentScheduleInstanceOperationOptions

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

func (GetEntitlementManagementRoleAssignmentScheduleInstanceOperationOptions) ToHeaders

func (GetEntitlementManagementRoleAssignmentScheduleInstanceOperationOptions) ToOData

func (GetEntitlementManagementRoleAssignmentScheduleInstanceOperationOptions) ToQuery

type GetEntitlementManagementRoleAssignmentScheduleInstanceOperationResponse

type GetEntitlementManagementRoleAssignmentScheduleInstanceOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.UnifiedRoleAssignmentScheduleInstance
}

type GetEntitlementManagementRoleAssignmentScheduleInstancesCountOperationOptions

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

func (GetEntitlementManagementRoleAssignmentScheduleInstancesCountOperationOptions) ToHeaders

func (GetEntitlementManagementRoleAssignmentScheduleInstancesCountOperationOptions) ToOData

func (GetEntitlementManagementRoleAssignmentScheduleInstancesCountOperationOptions) ToQuery

type GetEntitlementManagementRoleAssignmentScheduleInstancesCountOperationResponse

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

type ListEntitlementManagementRoleAssignmentScheduleInstancesCompleteResult

type ListEntitlementManagementRoleAssignmentScheduleInstancesCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []beta.UnifiedRoleAssignmentScheduleInstance
}

type ListEntitlementManagementRoleAssignmentScheduleInstancesCustomPager

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

type ListEntitlementManagementRoleAssignmentScheduleInstancesOperationOptions

type ListEntitlementManagementRoleAssignmentScheduleInstancesOperationOptions 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 (ListEntitlementManagementRoleAssignmentScheduleInstancesOperationOptions) ToHeaders

func (ListEntitlementManagementRoleAssignmentScheduleInstancesOperationOptions) ToOData

func (ListEntitlementManagementRoleAssignmentScheduleInstancesOperationOptions) ToQuery

type ListEntitlementManagementRoleAssignmentScheduleInstancesOperationResponse

type ListEntitlementManagementRoleAssignmentScheduleInstancesOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.UnifiedRoleAssignmentScheduleInstance
}

type UnifiedRoleAssignmentScheduleInstanceOperationPredicate

type UnifiedRoleAssignmentScheduleInstanceOperationPredicate struct {
}

func (UnifiedRoleAssignmentScheduleInstanceOperationPredicate) Matches

type UpdateEntitlementManagementRoleAssignmentScheduleInstanceOperationOptions

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

func (UpdateEntitlementManagementRoleAssignmentScheduleInstanceOperationOptions) ToHeaders

func (UpdateEntitlementManagementRoleAssignmentScheduleInstanceOperationOptions) ToOData

func (UpdateEntitlementManagementRoleAssignmentScheduleInstanceOperationOptions) ToQuery

type UpdateEntitlementManagementRoleAssignmentScheduleInstanceOperationResponse

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