ApplicationGatewayGetResponse.VnetName 属性
可选。 网关所属于的 VNET。
命名空间: Microsoft.WindowsAzure.Management.Network.Models
程序集: Microsoft.WindowsAzure.Management.Network(Microsoft.WindowsAzure.Management.Network.dll 中)
语法
public string VnetName { get; set; }
public:
property String^ VnetName {
String^ get();
void set(String^ value);
}
member VnetName : string with get, set
Public Property VnetName As String
属性值
Type: System.String
请参阅
ApplicationGatewayGetResponse 类
Microsoft.WindowsAzure.Management.Network.Models 命名空间
返回页首