Compartilhar via


WebPubSubSharedPrivateLinkResources interface

Interface que representa um WebPubSubSharedPrivateLinkResources.

Métodos

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

Criar ou atualizar um recurso de link privado compartilhado

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

Criar ou atualizar um recurso de link privado compartilhado

beginDelete(string, string, string, WebPubSubSharedPrivateLinkResourcesDeleteOptionalParams)

Excluir o recurso de link privado compartilhado especificado

beginDeleteAndWait(string, string, string, WebPubSubSharedPrivateLinkResourcesDeleteOptionalParams)

Excluir o recurso de link privado compartilhado especificado

get(string, string, string, WebPubSubSharedPrivateLinkResourcesGetOptionalParams)

Obter o recurso de link privado compartilhado especificado

list(string, string, WebPubSubSharedPrivateLinkResourcesListOptionalParams)

Listar recursos de link privado compartilhados

Detalhes do método

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

Criar ou atualizar um recurso de link privado compartilhado

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

Parâmetros

sharedPrivateLinkResourceName

string

O nome do recurso de link privado compartilhado.

resourceGroupName

string

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

resourceName

string

O nome do recurso.

parameters
SharedPrivateLinkResource

O recurso de link privado compartilhado

Retornos

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

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

Criar ou atualizar um recurso de link privado compartilhado

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

Parâmetros

sharedPrivateLinkResourceName

string

O nome do recurso de link privado compartilhado.

resourceGroupName

string

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

resourceName

string

O nome do recurso.

parameters
SharedPrivateLinkResource

O recurso de link privado compartilhado

Retornos

beginDelete(string, string, string, WebPubSubSharedPrivateLinkResourcesDeleteOptionalParams)

Excluir o recurso de link privado compartilhado especificado

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

Parâmetros

sharedPrivateLinkResourceName

string

O nome do recurso de link privado compartilhado.

resourceGroupName

string

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

resourceName

string

O nome do recurso.

options
WebPubSubSharedPrivateLinkResourcesDeleteOptionalParams

Os parâmetros de opções.

Retornos

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

beginDeleteAndWait(string, string, string, WebPubSubSharedPrivateLinkResourcesDeleteOptionalParams)

Excluir o recurso de link privado compartilhado especificado

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

Parâmetros

sharedPrivateLinkResourceName

string

O nome do recurso de link privado compartilhado.

resourceGroupName

string

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

resourceName

string

O nome do recurso.

options
WebPubSubSharedPrivateLinkResourcesDeleteOptionalParams

Os parâmetros de opções.

Retornos

Promise<void>

get(string, string, string, WebPubSubSharedPrivateLinkResourcesGetOptionalParams)

Obter o recurso de link privado compartilhado especificado

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

Parâmetros

sharedPrivateLinkResourceName

string

O nome do recurso de link privado compartilhado.

resourceGroupName

string

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

resourceName

string

O nome do recurso.

options
WebPubSubSharedPrivateLinkResourcesGetOptionalParams

Os parâmetros de opções.

Retornos

list(string, string, WebPubSubSharedPrivateLinkResourcesListOptionalParams)

Listar recursos de link privado compartilhados

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

options
WebPubSubSharedPrivateLinkResourcesListOptionalParams

Os parâmetros de opções.

Retornos