Package version:

Interface UpdateNetworkSiblingSetRequest

Network sibling set update.

interface UpdateNetworkSiblingSetRequest {
    networkFeatures: string;
    networkSiblingSetId: string;
    networkSiblingSetStateId: string;
    subnetId: string;
}

Properties

networkFeatures: string

Network features available to the volume.

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.

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}