Documentation ¶
Index ¶
- type AppScopeOperationPredicate
- type CloudPCRoleAssignmentAppScopeClient
- func (c CloudPCRoleAssignmentAppScopeClient) CreateCloudPCRoleAssignmentAppScope(ctx context.Context, id beta.RoleManagementCloudPCRoleAssignmentId, ...) (result CreateCloudPCRoleAssignmentAppScopeOperationResponse, err error)
- func (c CloudPCRoleAssignmentAppScopeClient) DeleteCloudPCRoleAssignmentAppScope(ctx context.Context, id beta.RoleManagementCloudPCRoleAssignmentIdAppScopeId, ...) (result DeleteCloudPCRoleAssignmentAppScopeOperationResponse, err error)
- func (c CloudPCRoleAssignmentAppScopeClient) GetCloudPCRoleAssignmentAppScope(ctx context.Context, id beta.RoleManagementCloudPCRoleAssignmentIdAppScopeId, ...) (result GetCloudPCRoleAssignmentAppScopeOperationResponse, err error)
- func (c CloudPCRoleAssignmentAppScopeClient) GetCloudPCRoleAssignmentAppScopesCount(ctx context.Context, id beta.RoleManagementCloudPCRoleAssignmentId, ...) (result GetCloudPCRoleAssignmentAppScopesCountOperationResponse, err error)
- func (c CloudPCRoleAssignmentAppScopeClient) ListCloudPCRoleAssignmentAppScopes(ctx context.Context, id beta.RoleManagementCloudPCRoleAssignmentId, ...) (result ListCloudPCRoleAssignmentAppScopesOperationResponse, err error)
- func (c CloudPCRoleAssignmentAppScopeClient) ListCloudPCRoleAssignmentAppScopesComplete(ctx context.Context, id beta.RoleManagementCloudPCRoleAssignmentId, ...) (ListCloudPCRoleAssignmentAppScopesCompleteResult, error)
- func (c CloudPCRoleAssignmentAppScopeClient) ListCloudPCRoleAssignmentAppScopesCompleteMatchingPredicate(ctx context.Context, id beta.RoleManagementCloudPCRoleAssignmentId, ...) (result ListCloudPCRoleAssignmentAppScopesCompleteResult, err error)
- func (c CloudPCRoleAssignmentAppScopeClient) UpdateCloudPCRoleAssignmentAppScope(ctx context.Context, id beta.RoleManagementCloudPCRoleAssignmentIdAppScopeId, ...) (result UpdateCloudPCRoleAssignmentAppScopeOperationResponse, err error)
- type CreateCloudPCRoleAssignmentAppScopeOperationOptions
- type CreateCloudPCRoleAssignmentAppScopeOperationResponse
- type DeleteCloudPCRoleAssignmentAppScopeOperationOptions
- type DeleteCloudPCRoleAssignmentAppScopeOperationResponse
- type GetCloudPCRoleAssignmentAppScopeOperationOptions
- type GetCloudPCRoleAssignmentAppScopeOperationResponse
- type GetCloudPCRoleAssignmentAppScopesCountOperationOptions
- type GetCloudPCRoleAssignmentAppScopesCountOperationResponse
- type ListCloudPCRoleAssignmentAppScopesCompleteResult
- type ListCloudPCRoleAssignmentAppScopesCustomPager
- type ListCloudPCRoleAssignmentAppScopesOperationOptions
- type ListCloudPCRoleAssignmentAppScopesOperationResponse
- type UpdateCloudPCRoleAssignmentAppScopeOperationOptions
- type UpdateCloudPCRoleAssignmentAppScopeOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppScopeOperationPredicate ¶
type AppScopeOperationPredicate struct { }
type CloudPCRoleAssignmentAppScopeClient ¶
func NewCloudPCRoleAssignmentAppScopeClientWithBaseURI ¶
func NewCloudPCRoleAssignmentAppScopeClientWithBaseURI(sdkApi sdkEnv.Api) (*CloudPCRoleAssignmentAppScopeClient, error)
func (CloudPCRoleAssignmentAppScopeClient) CreateCloudPCRoleAssignmentAppScope ¶
func (c CloudPCRoleAssignmentAppScopeClient) CreateCloudPCRoleAssignmentAppScope(ctx context.Context, id beta.RoleManagementCloudPCRoleAssignmentId, input beta.AppScope, options CreateCloudPCRoleAssignmentAppScopeOperationOptions) (result CreateCloudPCRoleAssignmentAppScopeOperationResponse, err error)
CreateCloudPCRoleAssignmentAppScope - Create new navigation property to appScopes for roleManagement
func (CloudPCRoleAssignmentAppScopeClient) DeleteCloudPCRoleAssignmentAppScope ¶
func (c CloudPCRoleAssignmentAppScopeClient) DeleteCloudPCRoleAssignmentAppScope(ctx context.Context, id beta.RoleManagementCloudPCRoleAssignmentIdAppScopeId, options DeleteCloudPCRoleAssignmentAppScopeOperationOptions) (result DeleteCloudPCRoleAssignmentAppScopeOperationResponse, err error)
DeleteCloudPCRoleAssignmentAppScope - Delete navigation property appScopes for roleManagement
func (CloudPCRoleAssignmentAppScopeClient) GetCloudPCRoleAssignmentAppScope ¶
func (c CloudPCRoleAssignmentAppScopeClient) GetCloudPCRoleAssignmentAppScope(ctx context.Context, id beta.RoleManagementCloudPCRoleAssignmentIdAppScopeId, options GetCloudPCRoleAssignmentAppScopeOperationOptions) (result GetCloudPCRoleAssignmentAppScopeOperationResponse, err error)
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 ¶
func (c CloudPCRoleAssignmentAppScopeClient) GetCloudPCRoleAssignmentAppScopesCount(ctx context.Context, id beta.RoleManagementCloudPCRoleAssignmentId, options GetCloudPCRoleAssignmentAppScopesCountOperationOptions) (result GetCloudPCRoleAssignmentAppScopesCountOperationResponse, err error)
GetCloudPCRoleAssignmentAppScopesCount - Get the number of the resource
func (CloudPCRoleAssignmentAppScopeClient) ListCloudPCRoleAssignmentAppScopes ¶
func (c CloudPCRoleAssignmentAppScopeClient) ListCloudPCRoleAssignmentAppScopes(ctx context.Context, id beta.RoleManagementCloudPCRoleAssignmentId, options ListCloudPCRoleAssignmentAppScopesOperationOptions) (result ListCloudPCRoleAssignmentAppScopesOperationResponse, err error)
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 ¶
func (c CloudPCRoleAssignmentAppScopeClient) ListCloudPCRoleAssignmentAppScopesComplete(ctx context.Context, id beta.RoleManagementCloudPCRoleAssignmentId, options ListCloudPCRoleAssignmentAppScopesOperationOptions) (ListCloudPCRoleAssignmentAppScopesCompleteResult, error)
ListCloudPCRoleAssignmentAppScopesComplete retrieves all the results into a single object
func (CloudPCRoleAssignmentAppScopeClient) ListCloudPCRoleAssignmentAppScopesCompleteMatchingPredicate ¶
func (c CloudPCRoleAssignmentAppScopeClient) ListCloudPCRoleAssignmentAppScopesCompleteMatchingPredicate(ctx context.Context, id beta.RoleManagementCloudPCRoleAssignmentId, options ListCloudPCRoleAssignmentAppScopesOperationOptions, predicate AppScopeOperationPredicate) (result ListCloudPCRoleAssignmentAppScopesCompleteResult, err error)
ListCloudPCRoleAssignmentAppScopesCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (CloudPCRoleAssignmentAppScopeClient) UpdateCloudPCRoleAssignmentAppScope ¶
func (c CloudPCRoleAssignmentAppScopeClient) UpdateCloudPCRoleAssignmentAppScope(ctx context.Context, id beta.RoleManagementCloudPCRoleAssignmentIdAppScopeId, input beta.AppScope, options UpdateCloudPCRoleAssignmentAppScopeOperationOptions) (result UpdateCloudPCRoleAssignmentAppScopeOperationResponse, err error)
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 (o CreateCloudPCRoleAssignmentAppScopeOperationOptions) ToHeaders() *client.Headers
func (CreateCloudPCRoleAssignmentAppScopeOperationOptions) ToOData ¶
func (o CreateCloudPCRoleAssignmentAppScopeOperationOptions) ToOData() *odata.Query
func (CreateCloudPCRoleAssignmentAppScopeOperationOptions) ToQuery ¶
func (o CreateCloudPCRoleAssignmentAppScopeOperationOptions) ToQuery() *client.QueryParams
type DeleteCloudPCRoleAssignmentAppScopeOperationOptions ¶
type DeleteCloudPCRoleAssignmentAppScopeOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteCloudPCRoleAssignmentAppScopeOperationOptions ¶
func DefaultDeleteCloudPCRoleAssignmentAppScopeOperationOptions() DeleteCloudPCRoleAssignmentAppScopeOperationOptions
func (DeleteCloudPCRoleAssignmentAppScopeOperationOptions) ToHeaders ¶
func (o DeleteCloudPCRoleAssignmentAppScopeOperationOptions) ToHeaders() *client.Headers
func (DeleteCloudPCRoleAssignmentAppScopeOperationOptions) ToOData ¶
func (o DeleteCloudPCRoleAssignmentAppScopeOperationOptions) ToOData() *odata.Query
func (DeleteCloudPCRoleAssignmentAppScopeOperationOptions) ToQuery ¶
func (o DeleteCloudPCRoleAssignmentAppScopeOperationOptions) ToQuery() *client.QueryParams
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 (o GetCloudPCRoleAssignmentAppScopeOperationOptions) ToHeaders() *client.Headers
func (GetCloudPCRoleAssignmentAppScopeOperationOptions) ToOData ¶
func (o GetCloudPCRoleAssignmentAppScopeOperationOptions) ToOData() *odata.Query
func (GetCloudPCRoleAssignmentAppScopeOperationOptions) ToQuery ¶
func (o GetCloudPCRoleAssignmentAppScopeOperationOptions) ToQuery() *client.QueryParams
type GetCloudPCRoleAssignmentAppScopesCountOperationOptions ¶
type GetCloudPCRoleAssignmentAppScopesCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetCloudPCRoleAssignmentAppScopesCountOperationOptions ¶
func DefaultGetCloudPCRoleAssignmentAppScopesCountOperationOptions() GetCloudPCRoleAssignmentAppScopesCountOperationOptions
func (GetCloudPCRoleAssignmentAppScopesCountOperationOptions) ToHeaders ¶
func (o GetCloudPCRoleAssignmentAppScopesCountOperationOptions) ToHeaders() *client.Headers
func (GetCloudPCRoleAssignmentAppScopesCountOperationOptions) ToOData ¶
func (o GetCloudPCRoleAssignmentAppScopesCountOperationOptions) ToOData() *odata.Query
func (GetCloudPCRoleAssignmentAppScopesCountOperationOptions) ToQuery ¶
func (o GetCloudPCRoleAssignmentAppScopesCountOperationOptions) ToQuery() *client.QueryParams
type ListCloudPCRoleAssignmentAppScopesCustomPager ¶
type ListCloudPCRoleAssignmentAppScopesCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListCloudPCRoleAssignmentAppScopesCustomPager) NextPageLink ¶
func (p *ListCloudPCRoleAssignmentAppScopesCustomPager) NextPageLink() *odata.Link
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 (o ListCloudPCRoleAssignmentAppScopesOperationOptions) ToHeaders() *client.Headers
func (ListCloudPCRoleAssignmentAppScopesOperationOptions) ToOData ¶
func (o ListCloudPCRoleAssignmentAppScopesOperationOptions) ToOData() *odata.Query
func (ListCloudPCRoleAssignmentAppScopesOperationOptions) ToQuery ¶
func (o ListCloudPCRoleAssignmentAppScopesOperationOptions) ToQuery() *client.QueryParams
type UpdateCloudPCRoleAssignmentAppScopeOperationOptions ¶
type UpdateCloudPCRoleAssignmentAppScopeOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateCloudPCRoleAssignmentAppScopeOperationOptions ¶
func DefaultUpdateCloudPCRoleAssignmentAppScopeOperationOptions() UpdateCloudPCRoleAssignmentAppScopeOperationOptions
func (UpdateCloudPCRoleAssignmentAppScopeOperationOptions) ToHeaders ¶
func (o UpdateCloudPCRoleAssignmentAppScopeOperationOptions) ToHeaders() *client.Headers
func (UpdateCloudPCRoleAssignmentAppScopeOperationOptions) ToOData ¶
func (o UpdateCloudPCRoleAssignmentAppScopeOperationOptions) ToOData() *odata.Query
func (UpdateCloudPCRoleAssignmentAppScopeOperationOptions) ToQuery ¶
func (o UpdateCloudPCRoleAssignmentAppScopeOperationOptions) ToQuery() *client.QueryParams
Source Files ¶
- client.go
- method_createcloudpcroleassignmentappscope.go
- method_deletecloudpcroleassignmentappscope.go
- method_getcloudpcroleassignmentappscope.go
- method_getcloudpcroleassignmentappscopescount.go
- method_listcloudpcroleassignmentappscopes.go
- method_updatecloudpcroleassignmentappscope.go
- predicates.go
- version.go