Compartilhar via


PrivateLinkResources interface

Interface que representa um PrivateLinkResources.

Métodos

get(string, string, string, PrivateLinkResourcesGetOptionalParams)

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

listByPrivateLinkScope(string, string, PrivateLinkResourcesListByPrivateLinkScopeOptionalParams)

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

Detalhes do método

get(string, string, string, PrivateLinkResourcesGetOptionalParams)

Obtém os recursos de link privado que precisam 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 diferencia maiúsculas de minúsculas.

scopeName

string

O nome do recurso PrivateLinkScope do Azure Arc.

groupName

string

O nome do recurso de link privado.

options
PrivateLinkResourcesGetOptionalParams

Os parâmetros de opções.

Retornos

listByPrivateLinkScope(string, string, PrivateLinkResourcesListByPrivateLinkScopeOptionalParams)

Obtém os recursos de link privado que precisam 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 diferencia maiúsculas de minúsculas.

scopeName

string

O nome do recurso PrivateLinkScope do Azure Arc.

options
PrivateLinkResourcesListByPrivateLinkScopeOptionalParams

Os parâmetros de opções.

Retornos