Package version:

Interface NetworkSiblingSet

Describes the contents of a network sibling set.

interface NetworkSiblingSet {
    networkFeatures?: string;
    networkSiblingSetId?: string;
    networkSiblingSetStateId?: string;
    nicInfoList?: NicInfo[];
    provisioningState?: string;
    subnetId?: string;
}

Properties

networkFeatures?: string

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

networkSiblingSetId?: string

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

networkSiblingSetStateId?: string

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

nicInfoList?: NicInfo[]

List of NIC information

provisioningState?: string

Gets the status of the NetworkSiblingSet at the time the operation was called. NOTE: This property will not be serialized. It can only be populated by the server.

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}