Freigeben über


PublicIPPrefixesOperationsExtensions.GetAsync Methode

Definition

Ruft das angegebene präfix für öffentliche IP-Adressen in einer angegebenen Ressourcengruppe ab.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.PublicIPPrefix> GetAsync (this Microsoft.Azure.Management.Network.IPublicIPPrefixesOperations operations, string resourceGroupName, string publicIpPrefixName, string expand = default, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Network.IPublicIPPrefixesOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.PublicIPPrefix>
<Extension()>
Public Function GetAsync (operations As IPublicIPPrefixesOperations, resourceGroupName As String, publicIpPrefixName As String, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of PublicIPPrefix)

Parameter

operations
IPublicIPPrefixesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

publicIpPrefixName
String

Der Name des Präfixes für öffentliche IP-Adressen.

expand
String

Erweitert die referenzierten Ressourcen.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: