QueryNetworkSiblingSetRequest Constructors
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.
Overloads
QueryNetworkSiblingSetRequest() |
Initializes a new instance of the QueryNetworkSiblingSetRequest class. |
QueryNetworkSiblingSetRequest(String, String) |
Initializes a new instance of the QueryNetworkSiblingSetRequest class. |
QueryNetworkSiblingSetRequest()
Initializes a new instance of the QueryNetworkSiblingSetRequest class.
public QueryNetworkSiblingSetRequest ();
Public Sub New ()
Applies to
QueryNetworkSiblingSetRequest(String, String)
Initializes a new instance of the QueryNetworkSiblingSetRequest class.
public QueryNetworkSiblingSetRequest (string networkSiblingSetId, string subnetId);
new Microsoft.Azure.Management.NetApp.Models.QueryNetworkSiblingSetRequest : string * string -> Microsoft.Azure.Management.NetApp.Models.QueryNetworkSiblingSetRequest
Public Sub New (networkSiblingSetId As String, subnetId As String)
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}