RuleOperationsExtensions.Get Method (IRuleOperations, String)

 

Namespace:   Microsoft.WindowsAzure.Management.Monitoring.Alerts
Assembly:  Microsoft.WindowsAzure.Management.Monitoring (in Microsoft.WindowsAzure.Management.Monitoring.dll)

Syntax

public static RuleGetResponse Get(
    this IRuleOperations operations,
    string ruleId
)
public:
[ExtensionAttribute]
static RuleGetResponse^ Get(
    IRuleOperations^ operations,
    String^ ruleId
)
static member Get : 
        operations:IRuleOperations *
        ruleId:string -> RuleGetResponse
<ExtensionAttribute>
Public Shared Function Get (
    operations As IRuleOperations,
    ruleId As String
) As RuleGetResponse

Parameters

  • ruleId
    Type: System.String

    Required. The id of the rule to retrieve.

Return Value

Type: Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models.RuleGetResponse

The Get Rule operation response.

See Also

RuleOperationsExtensions Class
Microsoft.WindowsAzure.Management.Monitoring.Alerts Namespace

Return to top