IotSecuritySolutionCollection.GetAllAsync(String, CancellationToken) メソッド

定義

リソース グループ別に整理された IoT セキュリティ ソリューションの一覧を取得するには、このメソッドを使用します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/iotSecuritySolutions
  • 操作IdIotSecuritySolution_ListByResourceGroup
public virtual Azure.AsyncPageable<Azure.ResourceManager.SecurityCenter.IotSecuritySolutionResource> GetAllAsync (string filter = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.SecurityCenter.IotSecuritySolutionResource>
override this.GetAllAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.SecurityCenter.IotSecuritySolutionResource>
Public Overridable Function GetAllAsync (Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of IotSecuritySolutionResource)

パラメーター

filter
String

OData 構文を使用して IoT セキュリティ ソリューションをフィルター処理します。 iotHubs によるフィルター処理をサポートします。

cancellationToken
CancellationToken

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

戻り値

反復処理するために複数の IotSecuritySolutionResource サービス要求を受け取る可能性がある の非同期コレクション。

適用対象