Partager via


MonitorPrivateLinkScopeResource.GetMonitorPrivateLinkResourceAsync Méthode

Définition

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.

S’applique à