Documentation ¶
Index ¶
- type DeleteSlaOperationOptions
- type DeleteSlaOperationResponse
- type GetSlaOperationOptions
- type GetSlaOperationResponse
- type SlaClient
- func (c SlaClient) DeleteSla(ctx context.Context, options DeleteSlaOperationOptions) (result DeleteSlaOperationResponse, err error)
- func (c SlaClient) GetSla(ctx context.Context, options GetSlaOperationOptions) (result GetSlaOperationResponse, err error)
- func (c SlaClient) UpdateSla(ctx context.Context, input beta.ServiceLevelAgreementRoot, ...) (result UpdateSlaOperationResponse, err error)
- type UpdateSlaOperationOptions
- type UpdateSlaOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeleteSlaOperationOptions ¶
type DeleteSlaOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteSlaOperationOptions ¶
func DefaultDeleteSlaOperationOptions() DeleteSlaOperationOptions
func (DeleteSlaOperationOptions) ToHeaders ¶
func (o DeleteSlaOperationOptions) ToHeaders() *client.Headers
func (DeleteSlaOperationOptions) ToOData ¶
func (o DeleteSlaOperationOptions) ToOData() *odata.Query
func (DeleteSlaOperationOptions) ToQuery ¶
func (o DeleteSlaOperationOptions) ToQuery() *client.QueryParams
type GetSlaOperationOptions ¶
type GetSlaOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetSlaOperationOptions ¶
func DefaultGetSlaOperationOptions() GetSlaOperationOptions
func (GetSlaOperationOptions) ToHeaders ¶
func (o GetSlaOperationOptions) ToHeaders() *client.Headers
func (GetSlaOperationOptions) ToOData ¶
func (o GetSlaOperationOptions) ToOData() *odata.Query
func (GetSlaOperationOptions) ToQuery ¶
func (o GetSlaOperationOptions) ToQuery() *client.QueryParams
type GetSlaOperationResponse ¶
type SlaClient ¶
func (SlaClient) DeleteSla ¶
func (c SlaClient) DeleteSla(ctx context.Context, options DeleteSlaOperationOptions) (result DeleteSlaOperationResponse, err error)
DeleteSla - Delete navigation property sla for reports
func (SlaClient) GetSla ¶
func (c SlaClient) GetSla(ctx context.Context, options GetSlaOperationOptions) (result GetSlaOperationResponse, err error)
GetSla - Get sla from reports. Reports that relate to tenant-level Microsoft Entra SLA attainment.
func (SlaClient) UpdateSla ¶
func (c SlaClient) UpdateSla(ctx context.Context, input beta.ServiceLevelAgreementRoot, options UpdateSlaOperationOptions) (result UpdateSlaOperationResponse, err error)
UpdateSla - Update the navigation property sla in reports
type UpdateSlaOperationOptions ¶
type UpdateSlaOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateSlaOperationOptions ¶
func DefaultUpdateSlaOperationOptions() UpdateSlaOperationOptions
func (UpdateSlaOperationOptions) ToHeaders ¶
func (o UpdateSlaOperationOptions) ToHeaders() *client.Headers
func (UpdateSlaOperationOptions) ToOData ¶
func (o UpdateSlaOperationOptions) ToOData() *odata.Query
func (UpdateSlaOperationOptions) ToQuery ¶
func (o UpdateSlaOperationOptions) ToQuery() *client.QueryParams
Click to show internal directories.
Click to hide internal directories.