CapacityReservationGroup コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
CapacityReservationGroup() |
CapacityReservationGroup クラスの新しいインスタンスを初期化します。 |
CapacityReservationGroup(String, String, String, String, IDictionary<String, String>, IList<SubResourceReadOnly>, IList<SubResourceReadOnly>, CapacityReservationGroupInstanceView, IList<String>) |
CapacityReservationGroup クラスの新しいインスタンスを初期化します。 |
CapacityReservationGroup()
CapacityReservationGroup クラスの新しいインスタンスを初期化します。
public CapacityReservationGroup ();
Public Sub New ()
適用対象
CapacityReservationGroup(String, String, String, String, IDictionary<String, String>, IList<SubResourceReadOnly>, IList<SubResourceReadOnly>, CapacityReservationGroupInstanceView, IList<String>)
CapacityReservationGroup クラスの新しいインスタンスを初期化します。
public CapacityReservationGroup (string location, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SubResourceReadOnly> capacityReservations = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SubResourceReadOnly> virtualMachinesAssociated = default, Microsoft.Azure.Management.Compute.Models.CapacityReservationGroupInstanceView instanceView = default, System.Collections.Generic.IList<string> zones = default);
new Microsoft.Azure.Management.Compute.Models.CapacityReservationGroup : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SubResourceReadOnly> * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SubResourceReadOnly> * Microsoft.Azure.Management.Compute.Models.CapacityReservationGroupInstanceView * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Compute.Models.CapacityReservationGroup
Public Sub New (location As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional capacityReservations As IList(Of SubResourceReadOnly) = Nothing, Optional virtualMachinesAssociated As IList(Of SubResourceReadOnly) = Nothing, Optional instanceView As CapacityReservationGroupInstanceView = Nothing, Optional zones As IList(Of String) = Nothing)
パラメーター
- location
- String
リソースの場所
- id
- String
リソース ID
- name
- String
リソース名
- type
- String
リソースの種類
- tags
- IDictionary<String,String>
リソース タグ
- capacityReservations
- IList<SubResourceReadOnly>
容量予約グループに属するすべての容量予約リソース ID の一覧。
- virtualMachinesAssociated
- IList<SubResourceReadOnly>
容量予約グループに関連付けられているすべての仮想マシンへの参照の一覧。
- instanceView
- CapacityReservationGroupInstanceView
容量予約グループに属するすべての容量予約のインスタンス ビューの一覧を含む容量予約グループインスタンス ビュー。
この容量予約グループに使用するAvailability Zones。 ゾーンは、作成時にのみ割り当てることができます。 指定しない場合、グループはリージョン内のリージョン リソースのみをサポートします。 指定されている場合は、グループ内の各容量予約をいずれかのゾーンに適用します。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET