Partager via


HybridComputePrivateLinkScopeResource.GetHybridComputePrivateLinkResourceAsync 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.HybridCompute/privateLinkScopes/{scopeName}/privateLinkResources/{groupName}
  • IdPrivateLinkResources_Get d’opération
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.HybridCompute.HybridComputePrivateLinkResource>> GetHybridComputePrivateLinkResourceAsync (string groupName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetHybridComputePrivateLinkResourceAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.HybridCompute.HybridComputePrivateLinkResource>>
override this.GetHybridComputePrivateLinkResourceAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.HybridCompute.HybridComputePrivateLinkResource>>
Public Overridable Function GetHybridComputePrivateLinkResourceAsync (groupName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of HybridComputePrivateLinkResource))

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 à