IAutomationManagementClient.ResourceNamespace 属性
获取或设置资源命名空间。
命名空间: Microsoft.WindowsAzure.Management.Automation
程序集: Microsoft.WindowsAzure.Management.Automation(Microsoft.WindowsAzure.Management.Automation.dll 中)
语法
string ResourceNamespace { get; set; }
property String^ ResourceNamespace {
String^ get();
void set(String^ value);
}
abstract ResourceNamespace : string with get, set
Property ResourceNamespace As String
属性值
Type: System.String
请参阅
IAutomationManagementClient 接口
Microsoft.WindowsAzure.Management.Automation 命名空间
返回页首