Compartir a través de


PrivateLinkResources interface

Interfaz que representa un privateLinkResources.

Métodos

get(string, string, string, PrivateLinkResourcesGetOptionalParams)

Obtiene un recurso de vínculo privado que se debe crear para un almacén de configuración.

listByConfigurationStore(string, string, PrivateLinkResourcesListByConfigurationStoreOptionalParams)

Obtiene los recursos de vínculo privado que se deben crear para un almacén de configuración.

Detalles del método

get(string, string, string, PrivateLinkResourcesGetOptionalParams)

Obtiene un recurso de vínculo privado que se debe crear para un almacén de configuración.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos al que pertenece el registro de contenedor.

configStoreName

string

Nombre del almacén de configuración.

groupName

string

Nombre del grupo de recursos private link.

options
PrivateLinkResourcesGetOptionalParams

Parámetros de opciones.

Devoluciones

listByConfigurationStore(string, string, PrivateLinkResourcesListByConfigurationStoreOptionalParams)

Obtiene los recursos de vínculo privado que se deben crear para un almacén de configuración.

function listByConfigurationStore(resourceGroupName: string, configStoreName: string, options?: PrivateLinkResourcesListByConfigurationStoreOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>

Parámetros

resourceGroupName

string

Nombre del grupo de recursos al que pertenece el registro de contenedor.

configStoreName

string

Nombre del almacén de configuración.

Devoluciones