다음을 통해 공유


ConfigurationSet.StaticVirtualNetworkIPAddress 속성

 

선택적 요소입니다. VNet의 서브넷에 VM에 할당 된 IP 주소, 즉 고객 주소를 지정 합니다. 예를 들면 다음과 같습니다. 10.0.0.4.

네임스페이스:   Microsoft.WindowsAzure.Management.Compute.Models
어셈블리:  Microsoft.WindowsAzure.Management.Compute.dll의 Microsoft.WindowsAzure.Management.Compute

구문

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

속성 값

Type: System.String

참고 항목

ConfigurationSet 클래스
Microsoft.WindowsAzure.Management.Compute.Models 네임스페이스

맨 위로 이동