ArmNetAppModelFactory.NetworkSiblingSet Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance de NetworkSiblingSet.
public static Azure.ResourceManager.NetApp.Models.NetworkSiblingSet NetworkSiblingSet (string networkSiblingSetId = default, Azure.Core.ResourceIdentifier subnetId = default, string networkSiblingSetStateId = default, Azure.ResourceManager.NetApp.Models.NetAppNetworkFeature? networkFeatures = default, Azure.ResourceManager.NetApp.Models.NetworkSiblingSetProvisioningState? provisioningState = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.NetApp.Models.NicInfo> nicInfoList = default);
static member NetworkSiblingSet : string * Azure.Core.ResourceIdentifier * string * Nullable<Azure.ResourceManager.NetApp.Models.NetAppNetworkFeature> * Nullable<Azure.ResourceManager.NetApp.Models.NetworkSiblingSetProvisioningState> * seq<Azure.ResourceManager.NetApp.Models.NicInfo> -> Azure.ResourceManager.NetApp.Models.NetworkSiblingSet
Public Shared Function NetworkSiblingSet (Optional networkSiblingSetId As String = Nothing, Optional subnetId As ResourceIdentifier = Nothing, Optional networkSiblingSetStateId As String = Nothing, Optional networkFeatures As Nullable(Of NetAppNetworkFeature) = Nothing, Optional provisioningState As Nullable(Of NetworkSiblingSetProvisioningState) = Nothing, Optional nicInfoList As IEnumerable(Of NicInfo) = Nothing) As NetworkSiblingSet
Paramètres
- networkSiblingSetId
- String
ID d’ensemble de frères du réseau pour un groupe de volumes partageant des ressources réseau dans un sous-réseau.
- subnetId
- ResourceIdentifier
URI de ressource Azure pour un sous-réseau délégué. Doit avoir la délégation Microsoft.NetApp/volumes. Exemple /subscriptions/subscriptionId/resourceGroups/resourceGroup/providers/Microsoft.Network/virtualNetworks/testVnet/subnets/{mySubnet}.
- networkSiblingSetStateId
- String
Id d’état du jeu de frères du réseau identifiant l’état actuel du jeu frère.
- networkFeatures
- Nullable<NetAppNetworkFeature>
Fonctionnalités réseau disponibles pour le volume ou état actuel de la mise à jour.
- provisioningState
- Nullable<NetworkSiblingSetProvisioningState>
Obtient le status du NetworkSiblingSet au moment de l’appel de l’opération.
- nicInfoList
- IEnumerable<NicInfo>
Liste des informations de carte réseau.
Retours
Une nouvelle NetworkSiblingSet instance pour se moquer.