IWithSubnet.WithSubnet(String, String) 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.
Ajoute explicitement un sous-réseau au réseau virtuel. Notez que l’effet de cette méthode est additif, c’est-à-dire que chaque fois qu’elle est utilisée, un nouveau sous-réseau est ajouté au réseau.
public Microsoft.Azure.Management.Network.Fluent.Network.Update.IUpdate WithSubnet (string name, string cidr);
abstract member WithSubnet : string * string -> Microsoft.Azure.Management.Network.Fluent.Network.Update.IUpdate
Public Function WithSubnet (name As String, cidr As String) As IUpdate
Paramètres
- name
- String
Nom à attribuer au sous-réseau.
- cidr
- String
Espace d’adressage du sous-réseau, dans l’espace d’adressage du réseau, à l’aide de la notation CIDR.
Retours
S’applique à
Azure SDK for .NET