ProximityPlacementGroupsOperationsExtensions.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.
public static Microsoft.Azure.Management.Compute.Models.ProximityPlacementGroup Get (this Microsoft.Azure.Management.Compute.IProximityPlacementGroupsOperations operations, string resourceGroupName, string proximityPlacementGroupName, string includeColocationStatus = default);
static member Get : Microsoft.Azure.Management.Compute.IProximityPlacementGroupsOperations * string * string * string -> Microsoft.Azure.Management.Compute.Models.ProximityPlacementGroup
<Extension()>
Public Function Get (operations As IProximityPlacementGroupsOperations, resourceGroupName As String, proximityPlacementGroupName As String, Optional includeColocationStatus As String = Nothing) As ProximityPlacementGroup
Parameter
- operations
- IProximityPlacementGroupsOperations
Die Vorgangsgruppe für diese Erweiterungsmethode.
- resourceGroupName
- String
Der Name der Ressourcengruppe.
- proximityPlacementGroupName
- String
Der Name der Näherungsplatzierungsgruppe.
- includeColocationStatus
- String
includeColocationStatus=true ermöglicht das Abrufen des Colocation-status aller Ressourcen in der Näherungsplatzierungsgruppe.
Gibt zurück
Gilt für:
Azure SDK for .NET