Partilhar via


PrivateLinkResources interface

Interface que representa um PrivateLinkResources.

Métodos

get(string, string, string, PrivateLinkResourcesGetOptionalParams)

Obtém os recursos de ligação privada que precisam de ser criados para um PrivateLinkScope do Azure Monitor.

listByPrivateLinkScope(string, string, PrivateLinkResourcesListByPrivateLinkScopeOptionalParams)

Obtém os recursos de ligação privada que precisam de ser criados para um PrivateLinkScope do Azure Monitor.

Detalhes de Método

get(string, string, string, PrivateLinkResourcesGetOptionalParams)

Obtém os recursos de ligação privada que precisam de ser criados para um PrivateLinkScope do Azure Monitor.

function get(resourceGroupName: string, scopeName: string, groupName: string, options?: PrivateLinkResourcesGetOptionalParams): Promise<PrivateLinkResource>

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não é sensível a maiúsculas e minúsculas.

scopeName

string

O nome do recurso PrivateLinkScope do Azure Arc.

groupName

string

O nome do recurso de ligação privada.

options
PrivateLinkResourcesGetOptionalParams

Os parâmetros de opções.

Devoluções

listByPrivateLinkScope(string, string, PrivateLinkResourcesListByPrivateLinkScopeOptionalParams)

Obtém os recursos de ligação privada que precisam de ser criados para um PrivateLinkScope do Azure Monitor.

function listByPrivateLinkScope(resourceGroupName: string, scopeName: string, options?: PrivateLinkResourcesListByPrivateLinkScopeOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não é sensível a maiúsculas e minúsculas.

scopeName

string

O nome do recurso PrivateLinkScope do Azure Arc.

options
PrivateLinkResourcesListByPrivateLinkScopeOptionalParams

Os parâmetros de opções.

Devoluções