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 命名空间
返回页首