IPConfiguration.SubnetName Propriedade
Opcional.
Namespace: Microsoft.WindowsAzure.Management.Compute.Models
Assembly: Microsoft.WindowsAzure.Management.Compute (em Microsoft.WindowsAzure.Management.Compute.dll)
Sintaxe
public string SubnetName { get; set; }
public:
property String^ SubnetName {
String^ get();
void set(String^ value);
}
member SubnetName : string with get, set
Public Property SubnetName As String
Valor de propriedade
Type: System.String
Consulte também
Classe IPConfiguration
Namespace Microsoft.WindowsAzure.Management.Compute.Models
Retornar ao topo