INetworkUsage インターフェイス

定義

Azure コンピューティング リソース使用状況情報オブジェクトの不変のクライアント側表現。

public interface INetworkUsage : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Network.Fluent.Models.UsageInner>
type INetworkUsage = interface
    interface IHasInner<UsageInner>
Public Interface INetworkUsage
Implements IHasInner(Of UsageInner)
実装

プロパティ

CurrentValue

サブスクリプション内の割り当てられたリソースの現在の数を取得します。

Inner

Azure コンピューティング リソース使用状況情報オブジェクトの不変のクライアント側表現。

(継承元 IHasInner<T>)
Limit

サブスクリプションで割り当てることができるリソースの最大数を取得します。

Name

使用法の種類の名前を取得します。

Unit

測定単位を取得します。

適用対象