Compartilhar via


ArmNetAppModelFactory.NetworkSiblingSet Method

Definition

Initializes a new instance of 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

Parameters

networkSiblingSetId
String

Network Sibling Set ID for a group of volumes sharing networking resources in a subnet.

subnetId
ResourceIdentifier

The Azure Resource URI for a delegated subnet. Must have the delegation Microsoft.NetApp/volumes. Example /subscriptions/subscriptionId/resourceGroups/resourceGroup/providers/Microsoft.Network/virtualNetworks/testVnet/subnets/{mySubnet}.

networkSiblingSetStateId
String

Network sibling set state Id identifying the current state of the sibling set.

networkFeatures
Nullable<NetAppNetworkFeature>

Network features available to the volume, or current state of update.

provisioningState
Nullable<NetworkSiblingSetProvisioningState>

Gets the status of the NetworkSiblingSet at the time the operation was called.

nicInfoList
IEnumerable<NicInfo>

List of NIC information.

Returns

A new NetworkSiblingSet instance for mocking.

Applies to