ResourceExtensionConfigurationStatus.Operation Property

 

Optional. Operation executed by the Resource Extension for the settings passed to it.

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

Syntax

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

Property Value

Type: System.String

See Also

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

Return to top