cloudpcroleassignmentappscope

package
v0.20241104.1140654 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AppScopeOperationPredicate

type AppScopeOperationPredicate struct {
}

func (AppScopeOperationPredicate) Matches

func (p AppScopeOperationPredicate) Matches(input beta.AppScope) bool

type CloudPCRoleAssignmentAppScopeClient

type CloudPCRoleAssignmentAppScopeClient struct {
	Client *msgraph.Client
}

func NewCloudPCRoleAssignmentAppScopeClientWithBaseURI

func NewCloudPCRoleAssignmentAppScopeClientWithBaseURI(sdkApi sdkEnv.Api) (*CloudPCRoleAssignmentAppScopeClient, error)

func (CloudPCRoleAssignmentAppScopeClient) CreateCloudPCRoleAssignmentAppScope

CreateCloudPCRoleAssignmentAppScope - Create new navigation property to appScopes for roleManagement

func (CloudPCRoleAssignmentAppScopeClient) DeleteCloudPCRoleAssignmentAppScope

DeleteCloudPCRoleAssignmentAppScope - Delete navigation property appScopes for roleManagement

func (CloudPCRoleAssignmentAppScopeClient) GetCloudPCRoleAssignmentAppScope

GetCloudPCRoleAssignmentAppScope - Get appScopes from roleManagement. Read-only collection with details of the app specific scopes when the assignment scopes are app specific. Containment entity. Read-only.

func (CloudPCRoleAssignmentAppScopeClient) GetCloudPCRoleAssignmentAppScopesCount

GetCloudPCRoleAssignmentAppScopesCount - Get the number of the resource

func (CloudPCRoleAssignmentAppScopeClient) ListCloudPCRoleAssignmentAppScopes

ListCloudPCRoleAssignmentAppScopes - Get appScopes from roleManagement. Read-only collection with details of the app specific scopes when the assignment scopes are app specific. Containment entity. Read-only.

func (CloudPCRoleAssignmentAppScopeClient) ListCloudPCRoleAssignmentAppScopesComplete

ListCloudPCRoleAssignmentAppScopesComplete retrieves all the results into a single object

func (CloudPCRoleAssignmentAppScopeClient) ListCloudPCRoleAssignmentAppScopesCompleteMatchingPredicate

ListCloudPCRoleAssignmentAppScopesCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (CloudPCRoleAssignmentAppScopeClient) UpdateCloudPCRoleAssignmentAppScope

UpdateCloudPCRoleAssignmentAppScope - Update the navigation property appScopes in roleManagement

type CreateCloudPCRoleAssignmentAppScopeOperationOptions

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

func DefaultCreateCloudPCRoleAssignmentAppScopeOperationOptions

func DefaultCreateCloudPCRoleAssignmentAppScopeOperationOptions() CreateCloudPCRoleAssignmentAppScopeOperationOptions

func (CreateCloudPCRoleAssignmentAppScopeOperationOptions) ToHeaders

func (CreateCloudPCRoleAssignmentAppScopeOperationOptions) ToOData

func (CreateCloudPCRoleAssignmentAppScopeOperationOptions) ToQuery

type CreateCloudPCRoleAssignmentAppScopeOperationResponse

type CreateCloudPCRoleAssignmentAppScopeOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        beta.AppScope
}

type DeleteCloudPCRoleAssignmentAppScopeOperationOptions

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

func DefaultDeleteCloudPCRoleAssignmentAppScopeOperationOptions

func DefaultDeleteCloudPCRoleAssignmentAppScopeOperationOptions() DeleteCloudPCRoleAssignmentAppScopeOperationOptions

func (DeleteCloudPCRoleAssignmentAppScopeOperationOptions) ToHeaders

func (DeleteCloudPCRoleAssignmentAppScopeOperationOptions) ToOData

func (DeleteCloudPCRoleAssignmentAppScopeOperationOptions) ToQuery

type DeleteCloudPCRoleAssignmentAppScopeOperationResponse

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

type GetCloudPCRoleAssignmentAppScopeOperationOptions

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

func DefaultGetCloudPCRoleAssignmentAppScopeOperationOptions

func DefaultGetCloudPCRoleAssignmentAppScopeOperationOptions() GetCloudPCRoleAssignmentAppScopeOperationOptions

func (GetCloudPCRoleAssignmentAppScopeOperationOptions) ToHeaders

func (GetCloudPCRoleAssignmentAppScopeOperationOptions) ToOData

func (GetCloudPCRoleAssignmentAppScopeOperationOptions) ToQuery

type GetCloudPCRoleAssignmentAppScopeOperationResponse

type GetCloudPCRoleAssignmentAppScopeOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        beta.AppScope
}

type GetCloudPCRoleAssignmentAppScopesCountOperationOptions

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

func DefaultGetCloudPCRoleAssignmentAppScopesCountOperationOptions

func DefaultGetCloudPCRoleAssignmentAppScopesCountOperationOptions() GetCloudPCRoleAssignmentAppScopesCountOperationOptions

func (GetCloudPCRoleAssignmentAppScopesCountOperationOptions) ToHeaders

func (GetCloudPCRoleAssignmentAppScopesCountOperationOptions) ToOData

func (GetCloudPCRoleAssignmentAppScopesCountOperationOptions) ToQuery

type GetCloudPCRoleAssignmentAppScopesCountOperationResponse

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

type ListCloudPCRoleAssignmentAppScopesCompleteResult

type ListCloudPCRoleAssignmentAppScopesCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []beta.AppScope
}

type ListCloudPCRoleAssignmentAppScopesCustomPager

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

type ListCloudPCRoleAssignmentAppScopesOperationOptions

type ListCloudPCRoleAssignmentAppScopesOperationOptions 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 DefaultListCloudPCRoleAssignmentAppScopesOperationOptions

func DefaultListCloudPCRoleAssignmentAppScopesOperationOptions() ListCloudPCRoleAssignmentAppScopesOperationOptions

func (ListCloudPCRoleAssignmentAppScopesOperationOptions) ToHeaders

func (ListCloudPCRoleAssignmentAppScopesOperationOptions) ToOData

func (ListCloudPCRoleAssignmentAppScopesOperationOptions) ToQuery

type ListCloudPCRoleAssignmentAppScopesOperationResponse

type ListCloudPCRoleAssignmentAppScopesOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.AppScope
}

type UpdateCloudPCRoleAssignmentAppScopeOperationOptions

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

func DefaultUpdateCloudPCRoleAssignmentAppScopeOperationOptions

func DefaultUpdateCloudPCRoleAssignmentAppScopeOperationOptions() UpdateCloudPCRoleAssignmentAppScopeOperationOptions

func (UpdateCloudPCRoleAssignmentAppScopeOperationOptions) ToHeaders

func (UpdateCloudPCRoleAssignmentAppScopeOperationOptions) ToOData

func (UpdateCloudPCRoleAssignmentAppScopeOperationOptions) ToQuery

type UpdateCloudPCRoleAssignmentAppScopeOperationResponse

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