Freigeben über


MaintenanceExtensions.GetConfigurationAssignmentsByParentAsync Methode

Definition

List configurationAssignments for resource.

  • Request Path/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{providerName}/{resourceParentType}/{resourceParentName}/{resourceType}/{resourceName}/providers/Microsoft.Maintenance/configurationAssignments
  • Vorgang 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)

Parameter

resourceGroupResource
ResourceGroupResource

Der ResourceGroupResource instance, für den die Methode ausgeführt wird.

providerName
String

Name des Ressourcenanbieters.

resourceParentType
String

Übergeordneter Ressourcentyp.

resourceParentName
String

Übergeordneter Ressourcenbezeichner.

resourceType
String

Der Ressourcentyp.

resourceName
String

Ressourcenbezeichner.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Sammlung von, bei der MaintenanceConfigurationAssignmentData mehrere Dienstanforderungen zum Durchlaufen verwendet werden können.

Ausnahmen

providerName, resourceParentType, resourceParentNameoder resourceTyperesourceName ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

providerName, resourceParentType, resourceParentNameresourceType oder resourceName ist NULL.

Gilt für: