AdminRuleGroupCollection.GetAsync(String, CancellationToken) メソッド

定義

ネットワーク マネージャーのセキュリティ管理者構成規則コレクションを取得します。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/securityAdminConfigurations/{configurationName}/ruleCollections/{ruleCollectionName}
  • 操作IdAdminRuleCollections_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Network.AdminRuleGroupResource>> GetAsync (string ruleCollectionName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Network.AdminRuleGroupResource>>
override this.GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Network.AdminRuleGroupResource>>
Public Overridable Function GetAsync (ruleCollectionName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of AdminRuleGroupResource))

パラメーター

ruleCollectionName
String

ネットワーク マネージャーセキュリティ構成規則コレクションの名前。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

例外

ruleCollectionName は空の文字列であり、空でないと予想されていました。

ruleCollectionName が null です。

適用対象