ComputeExtensions.GetProximityPlacementGroupAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft Informationen zu einer Näherungsplatzierungsgruppe ab.
- Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/proximityPlacementGroups/{proximityPlacementGroupName}
- Vorgang IdProximityPlacementGroups_Get
public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Compute.ProximityPlacementGroupResource>> GetProximityPlacementGroupAsync (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string proximityPlacementGroupName, string includeColocationStatus = default, System.Threading.CancellationToken cancellationToken = default);
static member GetProximityPlacementGroupAsync : Azure.ResourceManager.Resources.ResourceGroupResource * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Compute.ProximityPlacementGroupResource>>
<Extension()>
Public Function GetProximityPlacementGroupAsync (resourceGroupResource As ResourceGroupResource, proximityPlacementGroupName As String, Optional includeColocationStatus As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ProximityPlacementGroupResource))
Parameter
- resourceGroupResource
- ResourceGroupResource
Der ResourceGroupResource instance, für den die Methode ausgeführt wird.
- proximityPlacementGroupName
- String
Der Name der Näherungsplatzierungsgruppe.
- includeColocationStatus
- String
includeColocationStatus=true ermöglicht das Abrufen des Colocation-status aller Ressourcen in der Näherungsplatzierungsgruppe.
- cancellationToken
- CancellationToken
Das zu verwendende Abbruchtoken.
Gibt zurück
Ausnahmen
proximityPlacementGroupName
ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.
proximityPlacementGroupName
ist NULL.