共用方式為


RampUpRule.ActionHostName Property

 

Optional. A string that contains host name of the other site which will take part of the re-reouted traffic

Namespace:   Microsoft.WindowsAzure.Management.WebSites.Models
Assembly:  Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)

Syntax

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

Property Value

Type: System.String

See Also

RampUpRule Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace

Return to top