Freigeben über


CustomIPPrefixesOperationsExtensions.GetAsync Methode

Definition

Ruft das angegebene benutzerdefinierte IP-Präfix in einer angegebenen Ressourcengruppe ab.

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

Parameter

operations
ICustomIPPrefixesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

customIpPrefixName
String

Der Name des benutzerdefinierten IP-Präfixes.

expand
String

Erweitert Ressourcen, auf die verwiesen wird.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: