Compartir a través de


WebPubSubSharedPrivateLinkResources interface

Interfaz que representa un WebPubSubSharedPrivateLinkResources.

Métodos

beginCreateOrUpdate(string, string, string, SharedPrivateLinkResource, WebPubSubSharedPrivateLinkResourcesCreateOrUpdateOptionalParams)

Creación o actualización de un recurso de vínculo privado compartido

beginCreateOrUpdateAndWait(string, string, string, SharedPrivateLinkResource, WebPubSubSharedPrivateLinkResourcesCreateOrUpdateOptionalParams)

Creación o actualización de un recurso de vínculo privado compartido

beginDelete(string, string, string, WebPubSubSharedPrivateLinkResourcesDeleteOptionalParams)

Eliminación del recurso de vínculo privado compartido especificado

beginDeleteAndWait(string, string, string, WebPubSubSharedPrivateLinkResourcesDeleteOptionalParams)

Eliminación del recurso de vínculo privado compartido especificado

get(string, string, string, WebPubSubSharedPrivateLinkResourcesGetOptionalParams)

Obtención del recurso de vínculo privado compartido especificado

list(string, string, WebPubSubSharedPrivateLinkResourcesListOptionalParams)

Enumeración de recursos de vínculo privado compartido

Detalles del método

beginCreateOrUpdate(string, string, string, SharedPrivateLinkResource, WebPubSubSharedPrivateLinkResourcesCreateOrUpdateOptionalParams)

Creación o actualización de un recurso de vínculo privado compartido

function beginCreateOrUpdate(sharedPrivateLinkResourceName: string, resourceGroupName: string, resourceName: string, parameters: SharedPrivateLinkResource, options?: WebPubSubSharedPrivateLinkResourcesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<SharedPrivateLinkResource>, SharedPrivateLinkResource>>

Parámetros

sharedPrivateLinkResourceName

string

Nombre del recurso de vínculo privado compartido.

resourceGroupName

string

Nombre del grupo de recursos. El nombre no distingue mayúsculas de minúsculas.

resourceName

string

Nombre del recurso.

parameters
SharedPrivateLinkResource

El recurso de vínculo privado compartido

Devoluciones

Promise<@azure/core-lro.SimplePollerLike<OperationState<SharedPrivateLinkResource>, SharedPrivateLinkResource>>

beginCreateOrUpdateAndWait(string, string, string, SharedPrivateLinkResource, WebPubSubSharedPrivateLinkResourcesCreateOrUpdateOptionalParams)

Creación o actualización de un recurso de vínculo privado compartido

function beginCreateOrUpdateAndWait(sharedPrivateLinkResourceName: string, resourceGroupName: string, resourceName: string, parameters: SharedPrivateLinkResource, options?: WebPubSubSharedPrivateLinkResourcesCreateOrUpdateOptionalParams): Promise<SharedPrivateLinkResource>

Parámetros

sharedPrivateLinkResourceName

string

Nombre del recurso de vínculo privado compartido.

resourceGroupName

string

Nombre del grupo de recursos. El nombre no distingue mayúsculas de minúsculas.

resourceName

string

Nombre del recurso.

parameters
SharedPrivateLinkResource

El recurso de vínculo privado compartido

Devoluciones

beginDelete(string, string, string, WebPubSubSharedPrivateLinkResourcesDeleteOptionalParams)

Eliminación del recurso de vínculo privado compartido especificado

function beginDelete(sharedPrivateLinkResourceName: string, resourceGroupName: string, resourceName: string, options?: WebPubSubSharedPrivateLinkResourcesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

Parámetros

sharedPrivateLinkResourceName

string

Nombre del recurso de vínculo privado compartido.

resourceGroupName

string

Nombre del grupo de recursos. El nombre no distingue mayúsculas de minúsculas.

resourceName

string

Nombre del recurso.

Devoluciones

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait(string, string, string, WebPubSubSharedPrivateLinkResourcesDeleteOptionalParams)

Eliminación del recurso de vínculo privado compartido especificado

function beginDeleteAndWait(sharedPrivateLinkResourceName: string, resourceGroupName: string, resourceName: string, options?: WebPubSubSharedPrivateLinkResourcesDeleteOptionalParams): Promise<void>

Parámetros

sharedPrivateLinkResourceName

string

Nombre del recurso de vínculo privado compartido.

resourceGroupName

string

Nombre del grupo de recursos. El nombre no distingue mayúsculas de minúsculas.

resourceName

string

Nombre del recurso.

Devoluciones

Promise<void>

get(string, string, string, WebPubSubSharedPrivateLinkResourcesGetOptionalParams)

Obtención del recurso de vínculo privado compartido especificado

function get(sharedPrivateLinkResourceName: string, resourceGroupName: string, resourceName: string, options?: WebPubSubSharedPrivateLinkResourcesGetOptionalParams): Promise<SharedPrivateLinkResource>

Parámetros

sharedPrivateLinkResourceName

string

Nombre del recurso de vínculo privado compartido.

resourceGroupName

string

Nombre del grupo de recursos. El nombre no distingue mayúsculas de minúsculas.

resourceName

string

Nombre del recurso.

options
WebPubSubSharedPrivateLinkResourcesGetOptionalParams

Parámetros de opciones.

Devoluciones

list(string, string, WebPubSubSharedPrivateLinkResourcesListOptionalParams)

Enumeración de recursos de vínculo privado compartido

function list(resourceGroupName: string, resourceName: string, options?: WebPubSubSharedPrivateLinkResourcesListOptionalParams): PagedAsyncIterableIterator<SharedPrivateLinkResource, SharedPrivateLinkResource[], PageSettings>

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre no distingue mayúsculas de minúsculas.

resourceName

string

Nombre del recurso.

Devoluciones