ISqlSubscriptionUsageMetric Interface

Definition

The result of SQL server usages per current subscription.

public interface ISqlSubscriptionUsageMetric : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasId, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Sql.Fluent.Models.SubscriptionUsageInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasName, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IRefreshable<Microsoft.Azure.Management.Sql.Fluent.ISqlSubscriptionUsageMetric>
type ISqlSubscriptionUsageMetric = interface
    interface IBeta
    interface IRefreshable<ISqlSubscriptionUsageMetric>
    interface IHasId
    interface IHasName
    interface IHasInner<SubscriptionUsageInner>
Public Interface ISqlSubscriptionUsageMetric
Implements IBeta, IHasId, IHasInner(Of SubscriptionUsageInner), IHasName, IRefreshable(Of ISqlSubscriptionUsageMetric)
Implements

Properties

CurrentValue

Gets the current value of the metric.

DisplayName

Gets a user-readable name of the metric.

Id

Gets the resource id string

(Inherited from IHasId)
Inner (Inherited from IHasInner<T>)
Limit

Gets the boundary value of the metric.

Name

Gets the name of the resource

(Inherited from IHasName)
Type

Gets the resource type.

Unit

Gets the unit of the metric.

Methods

Refresh()

Refreshes the resource to sync with Azure.

(Inherited from IRefreshable<T>)
RefreshAsync(CancellationToken)

Refreshes the resource to sync with Azure.

(Inherited from IRefreshable<T>)

Applies to