enterpriseapproleassignmentscheduleinstance

package
v0.20241212.1154051 Latest Latest
Warning

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

Go to latest
Published: Dec 12, 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 CreateEnterpriseAppRoleAssignmentScheduleInstanceOperationOptions

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

func (CreateEnterpriseAppRoleAssignmentScheduleInstanceOperationOptions) ToHeaders

func (CreateEnterpriseAppRoleAssignmentScheduleInstanceOperationOptions) ToOData

func (CreateEnterpriseAppRoleAssignmentScheduleInstanceOperationOptions) ToQuery

type CreateEnterpriseAppRoleAssignmentScheduleInstanceOperationResponse

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

type DeleteEnterpriseAppRoleAssignmentScheduleInstanceOperationOptions

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

func (DeleteEnterpriseAppRoleAssignmentScheduleInstanceOperationOptions) ToHeaders

func (DeleteEnterpriseAppRoleAssignmentScheduleInstanceOperationOptions) ToOData

func (DeleteEnterpriseAppRoleAssignmentScheduleInstanceOperationOptions) ToQuery

type DeleteEnterpriseAppRoleAssignmentScheduleInstanceOperationResponse

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

type EnterpriseAppRoleAssignmentScheduleInstanceClient

type EnterpriseAppRoleAssignmentScheduleInstanceClient struct {
	Client *msgraph.Client
}

func NewEnterpriseAppRoleAssignmentScheduleInstanceClientWithBaseURI

func NewEnterpriseAppRoleAssignmentScheduleInstanceClientWithBaseURI(sdkApi sdkEnv.Api) (*EnterpriseAppRoleAssignmentScheduleInstanceClient, error)

func (EnterpriseAppRoleAssignmentScheduleInstanceClient) CreateEnterpriseAppRoleAssignmentScheduleInstance

CreateEnterpriseAppRoleAssignmentScheduleInstance - Create new navigation property to roleAssignmentScheduleInstances for roleManagement

func (EnterpriseAppRoleAssignmentScheduleInstanceClient) DeleteEnterpriseAppRoleAssignmentScheduleInstance

DeleteEnterpriseAppRoleAssignmentScheduleInstance - Delete navigation property roleAssignmentScheduleInstances for roleManagement

func (EnterpriseAppRoleAssignmentScheduleInstanceClient) GetEnterpriseAppRoleAssignmentScheduleInstance

GetEnterpriseAppRoleAssignmentScheduleInstance - Get roleAssignmentScheduleInstances from roleManagement

func (EnterpriseAppRoleAssignmentScheduleInstanceClient) GetEnterpriseAppRoleAssignmentScheduleInstancesCount

GetEnterpriseAppRoleAssignmentScheduleInstancesCount - Get the number of the resource

func (EnterpriseAppRoleAssignmentScheduleInstanceClient) ListEnterpriseAppRoleAssignmentScheduleInstances

ListEnterpriseAppRoleAssignmentScheduleInstances - Get roleAssignmentScheduleInstances from roleManagement

func (EnterpriseAppRoleAssignmentScheduleInstanceClient) ListEnterpriseAppRoleAssignmentScheduleInstancesComplete

ListEnterpriseAppRoleAssignmentScheduleInstancesComplete retrieves all the results into a single object

func (EnterpriseAppRoleAssignmentScheduleInstanceClient) ListEnterpriseAppRoleAssignmentScheduleInstancesCompleteMatchingPredicate

ListEnterpriseAppRoleAssignmentScheduleInstancesCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (EnterpriseAppRoleAssignmentScheduleInstanceClient) UpdateEnterpriseAppRoleAssignmentScheduleInstance

UpdateEnterpriseAppRoleAssignmentScheduleInstance - Update the navigation property roleAssignmentScheduleInstances in roleManagement

type GetEnterpriseAppRoleAssignmentScheduleInstanceOperationOptions

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

func (GetEnterpriseAppRoleAssignmentScheduleInstanceOperationOptions) ToHeaders

func (GetEnterpriseAppRoleAssignmentScheduleInstanceOperationOptions) ToOData

func (GetEnterpriseAppRoleAssignmentScheduleInstanceOperationOptions) ToQuery

type GetEnterpriseAppRoleAssignmentScheduleInstanceOperationResponse

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

type GetEnterpriseAppRoleAssignmentScheduleInstancesCountOperationOptions

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

func (GetEnterpriseAppRoleAssignmentScheduleInstancesCountOperationOptions) ToHeaders

func (GetEnterpriseAppRoleAssignmentScheduleInstancesCountOperationOptions) ToOData

func (GetEnterpriseAppRoleAssignmentScheduleInstancesCountOperationOptions) ToQuery

type GetEnterpriseAppRoleAssignmentScheduleInstancesCountOperationResponse

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

type ListEnterpriseAppRoleAssignmentScheduleInstancesCompleteResult

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

type ListEnterpriseAppRoleAssignmentScheduleInstancesCustomPager

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

type ListEnterpriseAppRoleAssignmentScheduleInstancesOperationOptions

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

func (ListEnterpriseAppRoleAssignmentScheduleInstancesOperationOptions) ToOData

func (ListEnterpriseAppRoleAssignmentScheduleInstancesOperationOptions) ToQuery

type ListEnterpriseAppRoleAssignmentScheduleInstancesOperationResponse

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

type UnifiedRoleAssignmentScheduleInstanceOperationPredicate

type UnifiedRoleAssignmentScheduleInstanceOperationPredicate struct {
}

func (UnifiedRoleAssignmentScheduleInstanceOperationPredicate) Matches

type UpdateEnterpriseAppRoleAssignmentScheduleInstanceOperationOptions

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

func (UpdateEnterpriseAppRoleAssignmentScheduleInstanceOperationOptions) ToHeaders

func (UpdateEnterpriseAppRoleAssignmentScheduleInstanceOperationOptions) ToOData

func (UpdateEnterpriseAppRoleAssignmentScheduleInstanceOperationOptions) ToQuery

type UpdateEnterpriseAppRoleAssignmentScheduleInstanceOperationResponse

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