Condividi tramite


NetworkSiblingSet Constructors

Definition

Overloads

NetworkSiblingSet()

Initializes a new instance of the NetworkSiblingSet class.

NetworkSiblingSet(String, String, String, String, String, IList<NicInfo>)

Initializes a new instance of the NetworkSiblingSet class.

NetworkSiblingSet()

Initializes a new instance of the NetworkSiblingSet class.

public NetworkSiblingSet ();
Public Sub New ()

Applies to

NetworkSiblingSet(String, String, String, String, String, IList<NicInfo>)

Initializes a new instance of the NetworkSiblingSet class.

public NetworkSiblingSet (string networkSiblingSetId = default, string subnetId = default, string networkSiblingSetStateId = default, string networkFeatures = default, string provisioningState = default, System.Collections.Generic.IList<Microsoft.Azure.Management.NetApp.Models.NicInfo> nicInfoList = default);
new Microsoft.Azure.Management.NetApp.Models.NetworkSiblingSet : string * string * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.NetApp.Models.NicInfo> -> Microsoft.Azure.Management.NetApp.Models.NetworkSiblingSet
Public Sub New (Optional networkSiblingSetId As String = Nothing, Optional subnetId As String = Nothing, Optional networkSiblingSetStateId As String = Nothing, Optional networkFeatures As String = Nothing, Optional provisioningState As String = Nothing, Optional nicInfoList As IList(Of NicInfo) = Nothing)

Parameters

networkSiblingSetId
String

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

subnetId
String

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
String

Network features available to the volume, or current state of update. Possible values include: 'Basic', 'Standard', 'Basic_Standard', 'Standard_Basic'

provisioningState
String

Gets the status of the NetworkSiblingSet at the time the operation was called. Possible values include: 'Succeeded', 'Failed', 'Canceled', 'Updating'

nicInfoList
IList<NicInfo>

List of NIC information

Applies to