MonitorPrivateLinkScopeResource.GetMonitorPrivateLinkResourceAsync 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 les ressources de liaison privée qui doivent être créées pour un PrivateLinkScope Azure Monitor.
- Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/privateLinkScopes/{scopeName}/privateLinkResources/{groupName}
- IdPrivateLinkResources_Get d’opération
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Monitor.MonitorPrivateLinkResource>> GetMonitorPrivateLinkResourceAsync (string groupName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetMonitorPrivateLinkResourceAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Monitor.MonitorPrivateLinkResource>>
override this.GetMonitorPrivateLinkResourceAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Monitor.MonitorPrivateLinkResource>>
Public Overridable Function GetMonitorPrivateLinkResourceAsync (groupName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of MonitorPrivateLinkResource))
Paramètres
- groupName
- String
Nom de la ressource de liaison privée.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Exceptions
groupName
est une chaîne vide, et on s’attendait à ce qu’elle ne soit pas vide.
groupName
a la valeur null.