Sdílet prostřednictvím


WebSiteOperationStatusResponse.GeoMasterOperationId Property

 

Optional. The GeoMaster Operation ID for this operation, if any.

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

Syntax

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

Property Value

Type: System.String

See Also

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

Return to top