次の方法で共有


RuleOperationsExtensions.Delete メソッド

名前空間: Microsoft.WindowsAzure.Management.Monitoring.Alerts
アセンブリ: Microsoft.WindowsAzure.Management.Monitoring (Microsoft.WindowsAzure.Management.Monitoring.dll)

使用方法

'使用
Dim operations As IRuleOperations
Dim ruleId As String
Dim returnValue As AzureOperationResponse

returnValue = RuleOperationsExtensions.Delete(operations, ruleId)

構文

'宣言
<ExtensionAttribute> _
Public Shared Function Delete ( _
    operations As IRuleOperations, _
    ruleId As String _
) As AzureOperationResponse
[ExtensionAttribute] 
public static AzureOperationResponse Delete (
    IRuleOperations operations,
    string ruleId
)
[ExtensionAttribute] 
public:
static AzureOperationResponse^ Delete (
    IRuleOperations^ operations, 
    String^ ruleId
)
/** @attribute ExtensionAttribute() */ 
public static AzureOperationResponse Delete (
    IRuleOperations operations, 
    String ruleId
)
ExtensionAttribute 
public static function Delete (
    operations : IRuleOperations, 
    ruleId : String
) : AzureOperationResponse

パラメーター

  • operations
    Reference to the Microsoft.WindowsAzure.Management.Monitoring.Alerts.IRuleOperations.
  • ruleId
    Required. The id of the rule to delete.

戻り値

A standard service response including an HTTP status code and request ID.

スレッド セーフ

この型の public static (Visual Basic では Shared) メンバーはすべてスレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

プラットフォーム

開発プラットフォーム

Windows Vista、Windows 7 および Windows Server 2008

ターゲット プラットフォーム

関連項目

リファレンス

RuleOperationsExtensions クラス
RuleOperationsExtensions のメンバー
Microsoft.WindowsAzure.Management.Monitoring.Alerts 名前空間