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 DeleteEntitlementManagementOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeleteEntitlementManagementOperationOptions() DeleteEntitlementManagementOperationOptions + func (o DeleteEntitlementManagementOperationOptions) ToHeaders() *client.Headers + func (o DeleteEntitlementManagementOperationOptions) ToOData() *odata.Query + func (o DeleteEntitlementManagementOperationOptions) ToQuery() *client.QueryParams + type DeleteEntitlementManagementOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type EntitlementManagementClient struct + Client *msgraph.Client + func NewEntitlementManagementClientWithBaseURI(sdkApi sdkEnv.Api) (*EntitlementManagementClient, error) + func (c EntitlementManagementClient) DeleteEntitlementManagement(ctx context.Context, options DeleteEntitlementManagementOperationOptions) (result DeleteEntitlementManagementOperationResponse, err error) + func (c EntitlementManagementClient) GetEntitlementManagement(ctx context.Context, options GetEntitlementManagementOperationOptions) (result GetEntitlementManagementOperationResponse, err error) + func (c EntitlementManagementClient) UpdateEntitlementManagement(ctx context.Context, input beta.RbacApplication, ...) (result UpdateEntitlementManagementOperationResponse, err error) + type GetEntitlementManagementOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetEntitlementManagementOperationOptions() GetEntitlementManagementOperationOptions + func (o GetEntitlementManagementOperationOptions) ToHeaders() *client.Headers + func (o GetEntitlementManagementOperationOptions) ToOData() *odata.Query + func (o GetEntitlementManagementOperationOptions) ToQuery() *client.QueryParams + type GetEntitlementManagementOperationResponse struct + HttpResponse *http.Response + Model *beta.RbacApplication + OData *odata.OData + type UpdateEntitlementManagementOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultUpdateEntitlementManagementOperationOptions() UpdateEntitlementManagementOperationOptions + func (o UpdateEntitlementManagementOperationOptions) ToHeaders() *client.Headers + func (o UpdateEntitlementManagementOperationOptions) ToOData() *odata.Query + func (o UpdateEntitlementManagementOperationOptions) ToQuery() *client.QueryParams + type UpdateEntitlementManagementOperationResponse struct + HttpResponse *http.Response + OData *odata.OData