WebSiteGetPublishProfileResponse.PublishProfile.PublishMethod Property
Gets or sets the publish method.
Namespace: Microsoft.WindowsAzure.Management.WebSites.Models
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Syntax
public string PublishMethod { get; set; }
public:
property String^ PublishMethod {
String^ get();
void set(String^ value);
}
member PublishMethod : string with get, set
Public Property PublishMethod As String
Property Value
Type: System.String
The publish method.
Remarks
Possible values are: MSDeploy or FTP.
See Also
WebSiteGetPublishProfileResponse.PublishProfile Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace
Return to top