次の方法で共有


MaintenanceExtensions.GetConfigurationAssignmentsByParentAsync メソッド

定義

リソースの configurationAssignments を一覧表示します。

  • 要求パス/サブスクリプション/サブスクリプション/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{providerName}/{resourceParentType}/{resourceParentName}/{resourceType}/{resourceName}/providers/Microsoft.Maintenance/configurationAssignments
  • 操作IdConfigurationAssignments_ListParent
public static Azure.AsyncPageable<Azure.ResourceManager.Maintenance.Models.MaintenanceConfigurationAssignmentData> GetConfigurationAssignmentsByParentAsync (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string providerName, string resourceParentType, string resourceParentName, string resourceType, string resourceName, System.Threading.CancellationToken cancellationToken = default);
static member GetConfigurationAssignmentsByParentAsync : Azure.ResourceManager.Resources.ResourceGroupResource * string * string * string * string * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Maintenance.Models.MaintenanceConfigurationAssignmentData>
<Extension()>
Public Function GetConfigurationAssignmentsByParentAsync (resourceGroupResource As ResourceGroupResource, providerName As String, resourceParentType As String, resourceParentName As String, resourceType As String, resourceName As String, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of MaintenanceConfigurationAssignmentData)

パラメーター

resourceGroupResource
ResourceGroupResource

ResourceGroupResourceメソッドが実行されるインスタンス。

providerName
String

リソース プロバイダー名。

resourceParentType
String

リソースの親の種類。

resourceParentName
String

リソースの親識別子。

resourceType
String

リソースの種類。

resourceName
String

リソース識別子。

cancellationToken
CancellationToken

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

戻り値

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

例外

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

providerNameresourceParentTyperesourceParentNameresourceType または resourceName が null です。

適用対象