Package version:

Interface QueryNetworkSiblingSetRequest

Network sibling set query.

interface QueryNetworkSiblingSetRequest {
    networkSiblingSetId: string;
    subnetId: string;
}

Properties

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}