Partager via


IWithSubnet.WithSubnet(String, String) Méthode

Définition

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 à