HostedServiceGetDetailedResponse.Deployment.Uri 属性
获取或设置用于访问云服务的 URL。
命名空间: 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
URL。
备注
例如,如果服务名称为 MyService 您可以访问该服务的访问权限通过调用: http://MyService.cloudapp.net
请参阅
HostedServiceGetDetailedResponse.Deployment 类
Microsoft.WindowsAzure.Management.Compute.Models 命名空间
返回页首