NetworkSiblingSet Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes the contents of a network sibling set.
public class NetworkSiblingSet
type NetworkSiblingSet = class
Public Class NetworkSiblingSet
- Inheritance
-
NetworkSiblingSet
Remarks
Describes the contents of a network sibling set.
Constructors
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. |
Properties
NetworkFeatures |
Gets or sets network features available to the volume, or current state of update. Possible values include: 'Basic', 'Standard', 'Basic_Standard', 'Standard_Basic' |
NetworkSiblingSetId |
Gets or sets network Sibling Set ID for a group of volumes sharing networking resources in a subnet. |
NetworkSiblingSetStateId |
Gets or sets network sibling set state Id identifying the current state of the sibling set. |
NicInfoList |
Gets or sets list of NIC information |
ProvisioningState |
Gets gets the status of the NetworkSiblingSet at the time the operation was called. Possible values include: 'Succeeded', 'Failed', 'Canceled', 'Updating' |
SubnetId |
Gets or sets 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} |
Methods
Validate() |
Validate the object. |
Extension Methods
ConvertToPs(NetworkSiblingSet) |