HostedServiceGetResponse.Uri 属性
获取或设置服务管理 API 调用的请求 URI。
命名空间: Microsoft.WindowsAzure.Management.Compute.Models
程序集: Microsoft.WindowsAzure.Management.Compute(Microsoft.WindowsAzure.Management.Compute.dll 中)
语法
public Uri Uri { get; set; }
public:
property Uri^ Uri {
Uri^ get();
void set(Uri^ value);
}
member Uri : Uri with get, set
Public Property Uri As Uri
属性值
Type: System.Uri
URI。
请参阅
HostedServiceGetResponse 类
Microsoft.WindowsAzure.Management.Compute.Models 命名空间
返回页首