Compartilhar via


PrivateLinkResourcesOperationsExtensions.ListByPrivateLinkScope Método

Definição

Obtém os recursos de link privado que precisam ser criados para um PrivateLinkScope do Azure Monitor.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Monitor.Models.PrivateLinkResource> ListByPrivateLinkScope (this Microsoft.Azure.Management.Monitor.IPrivateLinkResourcesOperations operations, string resourceGroupName, string scopeName);
static member ListByPrivateLinkScope : Microsoft.Azure.Management.Monitor.IPrivateLinkResourcesOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Monitor.Models.PrivateLinkResource>
<Extension()>
Public Function ListByPrivateLinkScope (operations As IPrivateLinkResourcesOperations, resourceGroupName As String, scopeName As String) As IPage(Of PrivateLinkResource)

Parâmetros

operations
IPrivateLinkResourcesOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

O nome do grupo de recursos. O nome diferencia maiúsculas de minúsculas.

scopeName
String

O nome do recurso PrivateLinkScope do Azure Monitor.

Retornos

Aplica-se a