Compartilhar via


IPConfiguration.StaticVirtualNetworkIPAddress Propriedade

 

Opcional. Especifica um endereço de cliente, ou seja, um endereço IP atribuído a uma VM na sub-rede do VNet. Por exemplo: 10.0.0.4.

Namespace:   Microsoft.WindowsAzure.Management.Compute.Models
Assembly:  Microsoft.WindowsAzure.Management.Compute (em Microsoft.WindowsAzure.Management.Compute.dll)

Sintaxe

public string StaticVirtualNetworkIPAddress { get; set; }
public:
property String^ StaticVirtualNetworkIPAddress {
    String^ get();
    void set(String^ value);
}
member StaticVirtualNetworkIPAddress : string with get, set
Public Property StaticVirtualNetworkIPAddress As String

Valor de propriedade

Type: System.String

Consulte também

Classe IPConfiguration
Namespace Microsoft.WindowsAzure.Management.Compute.Models

Retornar ao topo