Documentation ¶
Index ¶
- type AppRoleAssignmentClient
- func (c AppRoleAssignmentClient) CreateAppRoleAssignment(ctx context.Context, input beta.AppRoleAssignment, ...) (result CreateAppRoleAssignmentOperationResponse, err error)
- func (c AppRoleAssignmentClient) DeleteAppRoleAssignment(ctx context.Context, id beta.AppRoleAssignmentId, ...) (result DeleteAppRoleAssignmentOperationResponse, err error)
- func (c AppRoleAssignmentClient) GetAppRoleAssignment(ctx context.Context, id beta.AppRoleAssignmentId, ...) (result GetAppRoleAssignmentOperationResponse, err error)
- func (c AppRoleAssignmentClient) GetsCount(ctx context.Context, options GetsCountOperationOptions) (result GetsCountOperationResponse, err error)
- func (c AppRoleAssignmentClient) ListAppRoleAssignments(ctx context.Context, options ListAppRoleAssignmentsOperationOptions) (result ListAppRoleAssignmentsOperationResponse, err error)
- func (c AppRoleAssignmentClient) ListAppRoleAssignmentsComplete(ctx context.Context, options ListAppRoleAssignmentsOperationOptions) (ListAppRoleAssignmentsCompleteResult, error)
- func (c AppRoleAssignmentClient) ListAppRoleAssignmentsCompleteMatchingPredicate(ctx context.Context, options ListAppRoleAssignmentsOperationOptions, ...) (result ListAppRoleAssignmentsCompleteResult, err error)
- func (c AppRoleAssignmentClient) UpdateAppRoleAssignment(ctx context.Context, id beta.AppRoleAssignmentId, input beta.AppRoleAssignment, ...) (result UpdateAppRoleAssignmentOperationResponse, err error)
- type AppRoleAssignmentOperationPredicate
- type CreateAppRoleAssignmentOperationOptions
- type CreateAppRoleAssignmentOperationResponse
- type DeleteAppRoleAssignmentOperationOptions
- type DeleteAppRoleAssignmentOperationResponse
- type GetAppRoleAssignmentOperationOptions
- type GetAppRoleAssignmentOperationResponse
- type GetsCountOperationOptions
- type GetsCountOperationResponse
- type ListAppRoleAssignmentsCompleteResult
- type ListAppRoleAssignmentsCustomPager
- type ListAppRoleAssignmentsOperationOptions
- type ListAppRoleAssignmentsOperationResponse
- type UpdateAppRoleAssignmentOperationOptions
- type UpdateAppRoleAssignmentOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppRoleAssignmentClient ¶
func NewAppRoleAssignmentClientWithBaseURI ¶
func NewAppRoleAssignmentClientWithBaseURI(sdkApi sdkEnv.Api) (*AppRoleAssignmentClient, error)
func (AppRoleAssignmentClient) CreateAppRoleAssignment ¶
func (c AppRoleAssignmentClient) CreateAppRoleAssignment(ctx context.Context, input beta.AppRoleAssignment, options CreateAppRoleAssignmentOperationOptions) (result CreateAppRoleAssignmentOperationResponse, err error)
CreateAppRoleAssignment - Add new entity to appRoleAssignments
func (AppRoleAssignmentClient) DeleteAppRoleAssignment ¶
func (c AppRoleAssignmentClient) DeleteAppRoleAssignment(ctx context.Context, id beta.AppRoleAssignmentId, options DeleteAppRoleAssignmentOperationOptions) (result DeleteAppRoleAssignmentOperationResponse, err error)
DeleteAppRoleAssignment - Delete entity from appRoleAssignments
func (AppRoleAssignmentClient) GetAppRoleAssignment ¶
func (c AppRoleAssignmentClient) GetAppRoleAssignment(ctx context.Context, id beta.AppRoleAssignmentId, options GetAppRoleAssignmentOperationOptions) (result GetAppRoleAssignmentOperationResponse, err error)
GetAppRoleAssignment - Get entity from appRoleAssignments by key
func (AppRoleAssignmentClient) GetsCount ¶
func (c AppRoleAssignmentClient) GetsCount(ctx context.Context, options GetsCountOperationOptions) (result GetsCountOperationResponse, err error)
GetsCount - Get the number of the resource
func (AppRoleAssignmentClient) ListAppRoleAssignments ¶
func (c AppRoleAssignmentClient) ListAppRoleAssignments(ctx context.Context, options ListAppRoleAssignmentsOperationOptions) (result ListAppRoleAssignmentsOperationResponse, err error)
ListAppRoleAssignments - Get entities from appRoleAssignments
func (AppRoleAssignmentClient) ListAppRoleAssignmentsComplete ¶
func (c AppRoleAssignmentClient) ListAppRoleAssignmentsComplete(ctx context.Context, options ListAppRoleAssignmentsOperationOptions) (ListAppRoleAssignmentsCompleteResult, error)
ListAppRoleAssignmentsComplete retrieves all the results into a single object
func (AppRoleAssignmentClient) ListAppRoleAssignmentsCompleteMatchingPredicate ¶
func (c AppRoleAssignmentClient) ListAppRoleAssignmentsCompleteMatchingPredicate(ctx context.Context, options ListAppRoleAssignmentsOperationOptions, predicate AppRoleAssignmentOperationPredicate) (result ListAppRoleAssignmentsCompleteResult, err error)
ListAppRoleAssignmentsCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (AppRoleAssignmentClient) UpdateAppRoleAssignment ¶
func (c AppRoleAssignmentClient) UpdateAppRoleAssignment(ctx context.Context, id beta.AppRoleAssignmentId, input beta.AppRoleAssignment, options UpdateAppRoleAssignmentOperationOptions) (result UpdateAppRoleAssignmentOperationResponse, err error)
UpdateAppRoleAssignment - Update entity in appRoleAssignments
type AppRoleAssignmentOperationPredicate ¶
type AppRoleAssignmentOperationPredicate struct { }
func (AppRoleAssignmentOperationPredicate) Matches ¶
func (p AppRoleAssignmentOperationPredicate) Matches(input beta.AppRoleAssignment) bool
type CreateAppRoleAssignmentOperationOptions ¶
type CreateAppRoleAssignmentOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateAppRoleAssignmentOperationOptions ¶
func DefaultCreateAppRoleAssignmentOperationOptions() CreateAppRoleAssignmentOperationOptions
func (CreateAppRoleAssignmentOperationOptions) ToHeaders ¶
func (o CreateAppRoleAssignmentOperationOptions) ToHeaders() *client.Headers
func (CreateAppRoleAssignmentOperationOptions) ToOData ¶
func (o CreateAppRoleAssignmentOperationOptions) ToOData() *odata.Query
func (CreateAppRoleAssignmentOperationOptions) ToQuery ¶
func (o CreateAppRoleAssignmentOperationOptions) ToQuery() *client.QueryParams
type DeleteAppRoleAssignmentOperationOptions ¶
type DeleteAppRoleAssignmentOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteAppRoleAssignmentOperationOptions ¶
func DefaultDeleteAppRoleAssignmentOperationOptions() DeleteAppRoleAssignmentOperationOptions
func (DeleteAppRoleAssignmentOperationOptions) ToHeaders ¶
func (o DeleteAppRoleAssignmentOperationOptions) ToHeaders() *client.Headers
func (DeleteAppRoleAssignmentOperationOptions) ToOData ¶
func (o DeleteAppRoleAssignmentOperationOptions) ToOData() *odata.Query
func (DeleteAppRoleAssignmentOperationOptions) ToQuery ¶
func (o DeleteAppRoleAssignmentOperationOptions) ToQuery() *client.QueryParams
type GetAppRoleAssignmentOperationOptions ¶
type GetAppRoleAssignmentOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetAppRoleAssignmentOperationOptions ¶
func DefaultGetAppRoleAssignmentOperationOptions() GetAppRoleAssignmentOperationOptions
func (GetAppRoleAssignmentOperationOptions) ToHeaders ¶
func (o GetAppRoleAssignmentOperationOptions) ToHeaders() *client.Headers
func (GetAppRoleAssignmentOperationOptions) ToOData ¶
func (o GetAppRoleAssignmentOperationOptions) ToOData() *odata.Query
func (GetAppRoleAssignmentOperationOptions) ToQuery ¶
func (o GetAppRoleAssignmentOperationOptions) ToQuery() *client.QueryParams
type GetsCountOperationOptions ¶
type GetsCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetsCountOperationOptions ¶
func DefaultGetsCountOperationOptions() GetsCountOperationOptions
func (GetsCountOperationOptions) ToHeaders ¶
func (o GetsCountOperationOptions) ToHeaders() *client.Headers
func (GetsCountOperationOptions) ToOData ¶
func (o GetsCountOperationOptions) ToOData() *odata.Query
func (GetsCountOperationOptions) ToQuery ¶
func (o GetsCountOperationOptions) ToQuery() *client.QueryParams
type ListAppRoleAssignmentsCompleteResult ¶
type ListAppRoleAssignmentsCompleteResult struct { LatestHttpResponse *http.Response Items []beta.AppRoleAssignment }
type ListAppRoleAssignmentsCustomPager ¶
func (*ListAppRoleAssignmentsCustomPager) NextPageLink ¶
func (p *ListAppRoleAssignmentsCustomPager) NextPageLink() *odata.Link
type ListAppRoleAssignmentsOperationOptions ¶
type ListAppRoleAssignmentsOperationOptions 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 DefaultListAppRoleAssignmentsOperationOptions ¶
func DefaultListAppRoleAssignmentsOperationOptions() ListAppRoleAssignmentsOperationOptions
func (ListAppRoleAssignmentsOperationOptions) ToHeaders ¶
func (o ListAppRoleAssignmentsOperationOptions) ToHeaders() *client.Headers
func (ListAppRoleAssignmentsOperationOptions) ToOData ¶
func (o ListAppRoleAssignmentsOperationOptions) ToOData() *odata.Query
func (ListAppRoleAssignmentsOperationOptions) ToQuery ¶
func (o ListAppRoleAssignmentsOperationOptions) ToQuery() *client.QueryParams
type UpdateAppRoleAssignmentOperationOptions ¶
type UpdateAppRoleAssignmentOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateAppRoleAssignmentOperationOptions ¶
func DefaultUpdateAppRoleAssignmentOperationOptions() UpdateAppRoleAssignmentOperationOptions
func (UpdateAppRoleAssignmentOperationOptions) ToHeaders ¶
func (o UpdateAppRoleAssignmentOperationOptions) ToHeaders() *client.Headers
func (UpdateAppRoleAssignmentOperationOptions) ToOData ¶
func (o UpdateAppRoleAssignmentOperationOptions) ToOData() *odata.Query
func (UpdateAppRoleAssignmentOperationOptions) ToQuery ¶
func (o UpdateAppRoleAssignmentOperationOptions) ToQuery() *client.QueryParams
Click to show internal directories.
Click to hide internal directories.