Partilhar 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 Azure Monitor PrivateLinkScope.

listByPrivateLinkScope(string, string, PrivateLinkResourcesListByPrivateLinkScopeOptionalParams)

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

Detalhes de Método

get(string, string, string, PrivateLinkResourcesGetOptionalParams)

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

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 diferencia maiúsculas de minúsculas.

scopeName

string

O nome do recurso Azure Arc PrivateLinkScope.

groupName

string

O nome do recurso de link privado.

options
PrivateLinkResourcesGetOptionalParams

Os parâmetros de opções.

Devoluções

listByPrivateLinkScope(string, string, PrivateLinkResourcesListByPrivateLinkScopeOptionalParams)

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

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 diferencia maiúsculas de minúsculas.

scopeName

string

O nome do recurso Azure Arc PrivateLinkScope.

options
PrivateLinkResourcesListByPrivateLinkScopeOptionalParams

Os parâmetros de opções.

Devoluções