Partager via


CustomIPPrefixCollection.GetIfExistsAsync Méthode

Définition

Tente d’obtenir les détails de cette ressource à partir du service.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/customIpPrefixes/{customIpPrefixName}
  • IdCustomIPPrefixes_Get d’opération
public virtual System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.Network.CustomIPPrefixResource>> GetIfExistsAsync (string customIPPrefixName, string expand = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExistsAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.Network.CustomIPPrefixResource>>
override this.GetIfExistsAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.Network.CustomIPPrefixResource>>
Public Overridable Function GetIfExistsAsync (customIPPrefixName As String, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NullableResponse(Of CustomIPPrefixResource))

Paramètres

customIPPrefixName
String

Nom du préfixe d’adresse IP personnalisée.

expand
String

Développe les ressources référencées.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

customIPPrefixName est une chaîne vide et devait être non vide.

customIPPrefixName a la valeur null.

S’applique à