Versions in this module Expand all Collapse all v0 v0.20241126.2320 Nov 26, 2024 v0.20241126.1723 Nov 26, 2024 Changes in this version + type DeleteExchangeOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeleteExchangeOperationOptions() DeleteExchangeOperationOptions + func (o DeleteExchangeOperationOptions) ToHeaders() *client.Headers + func (o DeleteExchangeOperationOptions) ToOData() *odata.Query + func (o DeleteExchangeOperationOptions) ToQuery() *client.QueryParams + type DeleteExchangeOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type ExchangeClient struct + Client *msgraph.Client + func NewExchangeClientWithBaseURI(sdkApi sdkEnv.Api) (*ExchangeClient, error) + 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 struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetExchangeOperationOptions() GetExchangeOperationOptions + func (o GetExchangeOperationOptions) ToHeaders() *client.Headers + func (o GetExchangeOperationOptions) ToOData() *odata.Query + func (o GetExchangeOperationOptions) ToQuery() *client.QueryParams + type GetExchangeOperationResponse struct + HttpResponse *http.Response + Model *beta.UnifiedRbacApplication + OData *odata.OData + type UpdateExchangeOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultUpdateExchangeOperationOptions() UpdateExchangeOperationOptions + func (o UpdateExchangeOperationOptions) ToHeaders() *client.Headers + func (o UpdateExchangeOperationOptions) ToOData() *odata.Query + func (o UpdateExchangeOperationOptions) ToQuery() *client.QueryParams + type UpdateExchangeOperationResponse struct + HttpResponse *http.Response + OData *odata.OData