Compartilhar via


WebPubSubReplicaSharedPrivateLinkResources interface

Interface que representa um WebPubSubReplicaSharedPrivateLinkResources.

Métodos

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

Criar ou atualizar um recurso de link privado compartilhado

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

Criar ou atualizar um recurso de link privado compartilhado

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

Obter o recurso de link privado compartilhado especificado

list(string, string, string, WebPubSubReplicaSharedPrivateLinkResourcesListOptionalParams)

Listar recursos de link privado compartilhados

Detalhes do método

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

Criar ou atualizar um recurso de link privado compartilhado

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

resourceName

string

O nome do recurso.

replicaName

string

O nome da réplica.

sharedPrivateLinkResourceName

string

O nome do recurso de link privado compartilhado.

parameters
SharedPrivateLinkResource

O recurso de link privado compartilhado

Retornos

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

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

Criar ou atualizar um recurso de link privado compartilhado

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

resourceName

string

O nome do recurso.

replicaName

string

O nome da réplica.

sharedPrivateLinkResourceName

string

O nome do recurso de link privado compartilhado.

parameters
SharedPrivateLinkResource

O recurso de link privado compartilhado

Retornos

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

Obter o recurso de link privado compartilhado especificado

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

resourceName

string

O nome do recurso.

replicaName

string

O nome da réplica.

sharedPrivateLinkResourceName

string

O nome do recurso de link privado compartilhado.

Retornos

list(string, string, string, WebPubSubReplicaSharedPrivateLinkResourcesListOptionalParams)

Listar recursos de link privado compartilhados

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

resourceName

string

O nome do recurso.

replicaName

string

O nome da réplica.

Retornos