次の方法で共有


NetAppFilePathAvailabilityContent(String, ResourceIdentifier) コンストラクター

定義

NetAppFilePathAvailabilityContent の新しいインスタンスを初期化します。

public NetAppFilePathAvailabilityContent (string name, Azure.Core.ResourceIdentifier subnetId);
new Azure.ResourceManager.NetApp.Models.NetAppFilePathAvailabilityContent : string * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.NetApp.Models.NetAppFilePathAvailabilityContent
Public Sub New (name As String, subnetId As ResourceIdentifier)

パラメーター

name
String

確認するファイル パス。

subnetId
ResourceIdentifier

委任されたサブネットの Azure リソース URI。 委任 Microsoft.NetApp/ボリュームが必要です。

例外

name または subnetId が null です。

適用対象