ArmNetAppModelFactory.UpdateNetworkSiblingSetContent Method

Definition

public static Azure.ResourceManager.NetApp.Models.UpdateNetworkSiblingSetContent UpdateNetworkSiblingSetContent(string networkSiblingSetId = default, Azure.Core.ResourceIdentifier subnetId = default, string networkSiblingSetStateId = default, Azure.ResourceManager.NetApp.Models.NetAppNetworkFeature networkFeatures = default);
static member UpdateNetworkSiblingSetContent : string * Azure.Core.ResourceIdentifier * string * Azure.ResourceManager.NetApp.Models.NetAppNetworkFeature -> Azure.ResourceManager.NetApp.Models.UpdateNetworkSiblingSetContent
Public Shared Function UpdateNetworkSiblingSetContent (Optional networkSiblingSetId As String = Nothing, Optional subnetId As ResourceIdentifier = Nothing, Optional networkSiblingSetStateId As String = Nothing, Optional networkFeatures As NetAppNetworkFeature = Nothing) As UpdateNetworkSiblingSetContent

Parameters

networkSiblingSetId
String

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

subnetId
ResourceIdentifier

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}.

networkSiblingSetStateId
String

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

networkFeatures
NetAppNetworkFeature

Network features available to the volume.

Returns

A new UpdateNetworkSiblingSetContent instance for mocking.

Applies to