ResourceExtensionStatus.HandlerName Property

 

Optional. Name of the Resource Extension.

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

Syntax

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

Property Value

Type: System.String

See Also

ResourceExtensionStatus Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top