Documentation ¶
Index ¶
- type DeleteExchangeOperationOptions
- type DeleteExchangeOperationResponse
- type ExchangeClient
- func (c ExchangeClient) DeleteExchange(ctx context.Context, options DeleteExchangeOperationOptions) (result DeleteExchangeOperationResponse, err error)
- func (c ExchangeClient) GetExchange(ctx context.Context, options GetExchangeOperationOptions) (result GetExchangeOperationResponse, err error)
- func (c ExchangeClient) UpdateExchange(ctx context.Context, input beta.UnifiedRbacApplication, ...) (result UpdateExchangeOperationResponse, err error)
- type GetExchangeOperationOptions
- type GetExchangeOperationResponse
- type UpdateExchangeOperationOptions
- type UpdateExchangeOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeleteExchangeOperationOptions ¶
type DeleteExchangeOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteExchangeOperationOptions ¶
func DefaultDeleteExchangeOperationOptions() DeleteExchangeOperationOptions
func (DeleteExchangeOperationOptions) ToHeaders ¶
func (o DeleteExchangeOperationOptions) ToHeaders() *client.Headers
func (DeleteExchangeOperationOptions) ToOData ¶
func (o DeleteExchangeOperationOptions) ToOData() *odata.Query
func (DeleteExchangeOperationOptions) ToQuery ¶
func (o DeleteExchangeOperationOptions) ToQuery() *client.QueryParams
type ExchangeClient ¶
func NewExchangeClientWithBaseURI ¶
func NewExchangeClientWithBaseURI(sdkApi sdkEnv.Api) (*ExchangeClient, error)
func (ExchangeClient) DeleteExchange ¶
func (c ExchangeClient) DeleteExchange(ctx context.Context, options DeleteExchangeOperationOptions) (result DeleteExchangeOperationResponse, err error)
DeleteExchange - Delete navigation property exchange for roleManagement
func (ExchangeClient) GetExchange ¶
func (c ExchangeClient) GetExchange(ctx context.Context, options GetExchangeOperationOptions) (result GetExchangeOperationResponse, err error)
GetExchange - Get exchange from roleManagement
func (ExchangeClient) UpdateExchange ¶
func (c ExchangeClient) UpdateExchange(ctx context.Context, input beta.UnifiedRbacApplication, options UpdateExchangeOperationOptions) (result UpdateExchangeOperationResponse, err error)
UpdateExchange - Update the navigation property exchange in roleManagement
type GetExchangeOperationOptions ¶
type GetExchangeOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetExchangeOperationOptions ¶
func DefaultGetExchangeOperationOptions() GetExchangeOperationOptions
func (GetExchangeOperationOptions) ToHeaders ¶
func (o GetExchangeOperationOptions) ToHeaders() *client.Headers
func (GetExchangeOperationOptions) ToOData ¶
func (o GetExchangeOperationOptions) ToOData() *odata.Query
func (GetExchangeOperationOptions) ToQuery ¶
func (o GetExchangeOperationOptions) ToQuery() *client.QueryParams
type UpdateExchangeOperationOptions ¶
type UpdateExchangeOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateExchangeOperationOptions ¶
func DefaultUpdateExchangeOperationOptions() UpdateExchangeOperationOptions
func (UpdateExchangeOperationOptions) ToHeaders ¶
func (o UpdateExchangeOperationOptions) ToHeaders() *client.Headers
func (UpdateExchangeOperationOptions) ToOData ¶
func (o UpdateExchangeOperationOptions) ToOData() *odata.Query
func (UpdateExchangeOperationOptions) ToQuery ¶
func (o UpdateExchangeOperationOptions) ToQuery() *client.QueryParams
Click to show internal directories.
Click to hide internal directories.