Partilhar via


SignalRSharedPrivateLinkResourceCollection Classe

Definição

Uma classe que representa uma coleção de SignalRSharedPrivateLinkResource e suas operações. Cada SignalRSharedPrivateLinkResource um na coleção pertencerá à mesma instância de SignalRResource. Para obter uma SignalRSharedPrivateLinkResourceCollection instância, chame o método GetSignalRSharedPrivateLinkResources de uma instância do SignalRResource.

public class SignalRSharedPrivateLinkResourceCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.SignalR.SignalRSharedPrivateLinkResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.SignalR.SignalRSharedPrivateLinkResource>
type SignalRSharedPrivateLinkResourceCollection = class
    inherit ArmCollection
    interface seq<SignalRSharedPrivateLinkResource>
    interface IEnumerable
    interface IAsyncEnumerable<SignalRSharedPrivateLinkResource>
Public Class SignalRSharedPrivateLinkResourceCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of SignalRSharedPrivateLinkResource), IEnumerable(Of SignalRSharedPrivateLinkResource)
Herança
SignalRSharedPrivateLinkResourceCollection
Implementações

Construtores

SignalRSharedPrivateLinkResourceCollection()

Inicializa uma nova instância da SignalRSharedPrivateLinkResourceCollection classe para zombar.

Propriedades

Client

Obtém o ArmClient do qual esse cliente de recurso foi criado.

(Herdado de ArmCollection)
Diagnostics

Obtém as opções de diagnóstico para esse cliente de recurso.

(Herdado de ArmCollection)
Endpoint

Obtém o uri base para esse cliente de recurso.

(Herdado de ArmCollection)
Id

Obtém o identificador de recurso.

(Herdado de ArmCollection)
Pipeline

Obtém o pipeline desse cliente de recurso.

(Herdado de ArmCollection)

Métodos

CreateOrUpdate(WaitUntil, String, SignalRSharedPrivateLinkResourceData, CancellationToken)

Criar ou atualizar um recurso de link privado compartilhado

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/signalR/{resourceName}/sharedPrivateLinkResources/{sharedPrivateLinkResourceName}
  • Operação IdSignalRSharedPrivateLinkResources_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, SignalRSharedPrivateLinkResourceData, CancellationToken)

Criar ou atualizar um recurso de link privado compartilhado

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/signalR/{resourceName}/sharedPrivateLinkResources/{sharedPrivateLinkResourceName}
  • Operação IdSignalRSharedPrivateLinkResources_CreateOrUpdate
Exists(String, CancellationToken)

Verifica se o recurso existe no azure.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/signalR/{resourceName}/sharedPrivateLinkResources/{sharedPrivateLinkResourceName}
  • Operação IdSignalRSharedPrivateLinkResources_Get
ExistsAsync(String, CancellationToken)

Verifica se o recurso existe no azure.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/signalR/{resourceName}/sharedPrivateLinkResources/{sharedPrivateLinkResourceName}
  • Operação IdSignalRSharedPrivateLinkResources_Get
Get(String, CancellationToken)

Obter o recurso de link privado compartilhado especificado

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/signalR/{resourceName}/sharedPrivateLinkResources/{sharedPrivateLinkResourceName}
  • Operação IdSignalRSharedPrivateLinkResources_Get
GetAll(CancellationToken)

Listar recursos de link privado compartilhado

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/signalR/{resourceName}/sharedPrivateLinkResources
  • Operação IdSignalRSharedPrivateLinkResources_List
GetAllAsync(CancellationToken)

Listar recursos de link privado compartilhado

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/signalR/{resourceName}/sharedPrivateLinkResources
  • Operação IdSignalRSharedPrivateLinkResources_List
GetAsync(String, CancellationToken)

Obter o recurso de link privado compartilhado especificado

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/signalR/{resourceName}/sharedPrivateLinkResources/{sharedPrivateLinkResourceName}
  • Operação IdSignalRSharedPrivateLinkResources_Get
TryGetApiVersion(ResourceType, String)

Obtém a substituição da versão da API se ela tiver sido definida para as opções de cliente atuais.

(Herdado de ArmCollection)

Implantações explícitas de interface

IAsyncEnumerable<SignalRSharedPrivateLinkResource>.GetAsyncEnumerator(CancellationToken)

Retorna um enumerador que itera de maneira assíncrona por meio da coleção.

IEnumerable.GetEnumerator()

Retorna um enumerador que itera em uma coleção.

IEnumerable<SignalRSharedPrivateLinkResource>.GetEnumerator()

Retorna um enumerador que itera pela coleção.

Aplica-se a