Compartir a través de


WebPubSubReplicaSharedPrivateLinkResources interface

Interfaz que representa un objeto WebPubSubReplicaSharedPrivateLinkResources.

Métodos

beginCreateOrUpdate(string, string, string, string, SharedPrivateLinkResource, WebPubSubReplicaSharedPrivateLinkResourcesCreateOrUpdateOptionalParams)

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

beginCreateOrUpdateAndWait(string, string, string, string, SharedPrivateLinkResource, WebPubSubReplicaSharedPrivateLinkResourcesCreateOrUpdateOptionalParams)

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

get(string, string, string, string, WebPubSubReplicaSharedPrivateLinkResourcesGetOptionalParams)

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

list(string, string, string, WebPubSubReplicaSharedPrivateLinkResourcesListOptionalParams)

Enumeración de recursos de vínculo privado compartido

Detalles del método

beginCreateOrUpdate(string, string, string, string, SharedPrivateLinkResource, WebPubSubReplicaSharedPrivateLinkResourcesCreateOrUpdateOptionalParams)

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

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

Parámetros

resourceGroupName

string

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

resourceName

string

Nombre del recurso.

replicaName

string

Nombre de la réplica.

sharedPrivateLinkResourceName

string

Nombre del recurso de vínculo privado compartido.

parameters
SharedPrivateLinkResource

El recurso de vínculo privado compartido

Devoluciones

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

beginCreateOrUpdateAndWait(string, string, string, string, SharedPrivateLinkResource, WebPubSubReplicaSharedPrivateLinkResourcesCreateOrUpdateOptionalParams)

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

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

Parámetros

resourceGroupName

string

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

resourceName

string

Nombre del recurso.

replicaName

string

Nombre de la réplica.

sharedPrivateLinkResourceName

string

Nombre del recurso de vínculo privado compartido.

parameters
SharedPrivateLinkResource

El recurso de vínculo privado compartido

Devoluciones

get(string, string, string, string, WebPubSubReplicaSharedPrivateLinkResourcesGetOptionalParams)

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

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

Parámetros

resourceGroupName

string

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

resourceName

string

Nombre del recurso.

replicaName

string

Nombre de la réplica.

sharedPrivateLinkResourceName

string

Nombre del recurso de vínculo privado compartido.

Devoluciones

list(string, string, string, WebPubSubReplicaSharedPrivateLinkResourcesListOptionalParams)

Enumeración de recursos de vínculo privado compartido

function list(resourceGroupName: string, resourceName: string, replicaName: string, options?: WebPubSubReplicaSharedPrivateLinkResourcesListOptionalParams): 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.

replicaName

string

Nombre de la réplica.

Devoluciones