WebSiteGetPublishProfileResponse.PublishProfile.PublishUrl 属性

 

获取或设置内容将上载的 URL。

命名空间:   Microsoft.WindowsAzure.Management.WebSites.Models
程序集:  Microsoft.WindowsAzure.Management.WebSites(Microsoft.WindowsAzure.Management.WebSites.dll 中)

语法

public string PublishUrl { get; set; }
public:
property String^ PublishUrl {
    String^ get();
    void set(String^ value);
}
member PublishUrl : string with get, set
Public Property PublishUrl As String

属性值

Type: System.String

URL。

请参阅

WebSiteGetPublishProfileResponse.PublishProfile 类
Microsoft.WindowsAzure.Management.WebSites.Models 命名空间

返回页首