IWithSubnet.WithSubnets(IDictionary<String,String>) Método

Definição

Define explicitamente as sub-redes na rede virtual com base no mapa fornecido.

public Microsoft.Azure.Management.Network.Fluent.Network.Definition.IWithCreateAndSubnet WithSubnets (System.Collections.Generic.IDictionary<string,string> nameCidrPairs);
abstract member WithSubnets : System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.Network.Fluent.Network.Definition.IWithCreateAndSubnet
Public Function WithSubnets (nameCidrPairs As IDictionary(Of String, String)) As IWithCreateAndSubnet

Parâmetros

nameCidrPairs
IDictionary<String,String>

Um mapa de endereços CIDR para as sub-redes, indexados pelo nome de cada sub-rede a ser definida.

Retornos

Aplica-se a