ArmNetAppModelFactory.NetworkSiblingSet メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
NetworkSiblingSet の新しいインスタンスを初期化します。
public static Azure.ResourceManager.NetApp.Models.NetworkSiblingSet NetworkSiblingSet (string networkSiblingSetId = default, Azure.Core.ResourceIdentifier subnetId = default, string networkSiblingSetStateId = default, Azure.ResourceManager.NetApp.Models.NetAppNetworkFeature? networkFeatures = default, Azure.ResourceManager.NetApp.Models.NetworkSiblingSetProvisioningState? provisioningState = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.NetApp.Models.NicInfo> nicInfoList = default);
static member NetworkSiblingSet : string * Azure.Core.ResourceIdentifier * string * Nullable<Azure.ResourceManager.NetApp.Models.NetAppNetworkFeature> * Nullable<Azure.ResourceManager.NetApp.Models.NetworkSiblingSetProvisioningState> * seq<Azure.ResourceManager.NetApp.Models.NicInfo> -> Azure.ResourceManager.NetApp.Models.NetworkSiblingSet
Public Shared Function NetworkSiblingSet (Optional networkSiblingSetId As String = Nothing, Optional subnetId As ResourceIdentifier = Nothing, Optional networkSiblingSetStateId As String = Nothing, Optional networkFeatures As Nullable(Of NetAppNetworkFeature) = Nothing, Optional provisioningState As Nullable(Of NetworkSiblingSetProvisioningState) = Nothing, Optional nicInfoList As IEnumerable(Of NicInfo) = Nothing) As NetworkSiblingSet
パラメーター
- networkSiblingSetId
- String
サブネット内のネットワーク リソースを共有するボリュームのグループのネットワーク兄弟セット ID。
- subnetId
- ResourceIdentifier
委任されたサブネットの Azure リソース URI。 委任 Microsoft.NetApp/ボリュームが必要です。 /subscriptions/subscriptionId/resourceGroups/resourceGroup/providers/Microsoft.Network/virtualNetworks/testVnet/subnets/{mySubnet} の例。
- networkSiblingSetStateId
- String
兄弟セットの現在の状態を識別するネットワーク 兄弟セットの状態 ID。
- networkFeatures
- Nullable<NetAppNetworkFeature>
ボリュームで使用できるネットワーク機能、または更新の現在の状態。
- provisioningState
- Nullable<NetworkSiblingSetProvisioningState>
操作が呼び出されたときの NetworkSiblingSet の状態を取得します。
- nicInfoList
- IEnumerable<NicInfo>
NIC 情報の一覧。
戻り値
モック作成用の新しい NetworkSiblingSet インスタンス。