NetworkProfileCollection.Get(String, String, CancellationToken) 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 le profil réseau spécifié dans un groupe de ressources spécifié.
- Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkProfiles/{networkProfileName}
- IdNetworkProfiles_Get d’opération
public virtual Azure.Response<Azure.ResourceManager.Network.NetworkProfileResource> Get (string networkProfileName, string expand = default, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Network.NetworkProfileResource>
override this.Get : string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Network.NetworkProfileResource>
Public Overridable Function Get (networkProfileName As String, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response(Of NetworkProfileResource)
Paramètres
- networkProfileName
- String
Nom du préfixe d’adresse IP publique.
- expand
- String
Développe les ressources référencées.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Exceptions
networkProfileName
est une chaîne vide, et on s’attendait à ce qu’elle ne soit pas vide.
networkProfileName
a la valeur null.
S’applique à
Azure SDK for .NET