NetAppQuotaAvailabilityContent コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
NetAppQuotaAvailabilityContent の新しいインスタンスを初期化します。
public NetAppQuotaAvailabilityContent (string name, Azure.ResourceManager.NetApp.Models.NetAppQuotaAvailabilityResourceType availabilityResourceType, string resourceGroup);
new Azure.ResourceManager.NetApp.Models.NetAppQuotaAvailabilityContent : string * Azure.ResourceManager.NetApp.Models.NetAppQuotaAvailabilityResourceType * string -> Azure.ResourceManager.NetApp.Models.NetAppQuotaAvailabilityContent
Public Sub New (name As String, availabilityResourceType As NetAppQuotaAvailabilityResourceType, resourceGroup As String)
パラメーター
- name
- String
確認するリソースの名前。
- availabilityResourceType
- NetAppQuotaAvailabilityResourceType
検証に使用されるリソースの種類。
- resourceGroup
- String
リソース グループ名。
例外
name
または resourceGroup
が null です。