NetworkExtensions.GetIPAllocationAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient l’IpAllocation spécifié par groupe de ressources.
- Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/IpAllocations/{ipAllocationName}
- IdIpAllocations_Get d’opération
public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Network.IPAllocationResource>> GetIPAllocationAsync (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string ipAllocationName, string expand = default, System.Threading.CancellationToken cancellationToken = default);
static member GetIPAllocationAsync : Azure.ResourceManager.Resources.ResourceGroupResource * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Network.IPAllocationResource>>
<Extension()>
Public Function GetIPAllocationAsync (resourceGroupResource As ResourceGroupResource, ipAllocationName As String, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of IPAllocationResource))
Paramètres
- resourceGroupResource
- ResourceGroupResource
Instance ResourceGroupResource sur laquelle la méthode s’exécute.
- ipAllocationName
- String
Nom de l’ipAllocation.
- expand
- String
Développe les ressources référencées.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Exceptions
ipAllocationName
est une chaîne vide, et on s’attendait à ce qu’elle ne soit pas vide.
ipAllocationName
a la valeur null.