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 DeleteRoleManagementAlertOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeleteRoleManagementAlertOperationOptions() DeleteRoleManagementAlertOperationOptions + func (o DeleteRoleManagementAlertOperationOptions) ToHeaders() *client.Headers + func (o DeleteRoleManagementAlertOperationOptions) ToOData() *odata.Query + func (o DeleteRoleManagementAlertOperationOptions) ToQuery() *client.QueryParams + type DeleteRoleManagementAlertOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type GetRoleManagementAlertOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetRoleManagementAlertOperationOptions() GetRoleManagementAlertOperationOptions + func (o GetRoleManagementAlertOperationOptions) ToHeaders() *client.Headers + func (o GetRoleManagementAlertOperationOptions) ToOData() *odata.Query + func (o GetRoleManagementAlertOperationOptions) ToQuery() *client.QueryParams + type GetRoleManagementAlertOperationResponse struct + HttpResponse *http.Response + Model *beta.RoleManagementAlert + OData *odata.OData + type RoleManagementAlertClient struct + Client *msgraph.Client + func NewRoleManagementAlertClientWithBaseURI(sdkApi sdkEnv.Api) (*RoleManagementAlertClient, error) + func (c RoleManagementAlertClient) DeleteRoleManagementAlert(ctx context.Context, options DeleteRoleManagementAlertOperationOptions) (result DeleteRoleManagementAlertOperationResponse, err error) + func (c RoleManagementAlertClient) GetRoleManagementAlert(ctx context.Context, options GetRoleManagementAlertOperationOptions) (result GetRoleManagementAlertOperationResponse, err error) + func (c RoleManagementAlertClient) UpdateRoleManagementAlert(ctx context.Context, input beta.RoleManagementAlert, ...) (result UpdateRoleManagementAlertOperationResponse, err error) + type UpdateRoleManagementAlertOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultUpdateRoleManagementAlertOperationOptions() UpdateRoleManagementAlertOperationOptions + func (o UpdateRoleManagementAlertOperationOptions) ToHeaders() *client.Headers + func (o UpdateRoleManagementAlertOperationOptions) ToOData() *odata.Query + func (o UpdateRoleManagementAlertOperationOptions) ToQuery() *client.QueryParams + type UpdateRoleManagementAlertOperationResponse struct + HttpResponse *http.Response + OData *odata.OData