ProximityPlacementGroupCollection.Get 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.
- Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/proximityPlacementGroups/{proximityPlacementGroupName}
- Vorgangs-IdProximityPlacementGroups_Get
public virtual Azure.Response<Azure.ResourceManager.Compute.ProximityPlacementGroupResource> Get (string proximityPlacementGroupName, string includeColocationStatus = default, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Compute.ProximityPlacementGroupResource>
override this.Get : string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Compute.ProximityPlacementGroupResource>
Public Overridable Function Get (proximityPlacementGroupName As String, Optional includeColocationStatus As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ProximityPlacementGroupResource)
Parameter
- proximityPlacementGroupName
- String
Der Name der Näherungsplatzierungsgruppe.
- includeColocationStatus
- String
includeColocationStatus=true ermöglicht das Abrufen der 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.
Gilt für:
Azure SDK for .NET