Partilhar via


StorageSyncServerEndpointCollection Classe

Definição

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

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

Construtores

StorageSyncServerEndpointCollection()

Inicializa uma nova instância da StorageSyncServerEndpointCollection 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, StorageSyncServerEndpointCreateOrUpdateContent, CancellationToken)

Crie um novo ServerEndpoint.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageSync/storageSyncServices/{storageSyncServiceName}/syncGroups/{syncGroupName}/serverEndpoints/{serverEndpointName}
  • Operação IdServerEndpoints_Create
CreateOrUpdateAsync(WaitUntil, String, StorageSyncServerEndpointCreateOrUpdateContent, CancellationToken)

Crie um novo ServerEndpoint.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageSync/storageSyncServices/{storageSyncServiceName}/syncGroups/{syncGroupName}/serverEndpoints/{serverEndpointName}
  • Operação IdServerEndpoints_Create
Exists(String, CancellationToken)

Verifica se o recurso existe no azure.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageSync/storageSyncServices/{storageSyncServiceName}/syncGroups/{syncGroupName}/serverEndpoints/{serverEndpointName}
  • Operação IdServerEndpoints_Get
ExistsAsync(String, CancellationToken)

Verifica se o recurso existe no azure.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageSync/storageSyncServices/{storageSyncServiceName}/syncGroups/{syncGroupName}/serverEndpoints/{serverEndpointName}
  • Operação IdServerEndpoints_Get
Get(String, CancellationToken)

Obter um ServerEndpoint.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageSync/storageSyncServices/{storageSyncServiceName}/syncGroups/{syncGroupName}/serverEndpoints/{serverEndpointName}
  • Operação IdServerEndpoints_Get
GetAll(CancellationToken)

Obter uma lista ServerEndpoint.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageSync/storageSyncServices/{storageSyncServiceName}/syncGroups/{syncGroupName}/serverEndpoints
  • Operação IdServerEndpoints_ListBySyncGroup
GetAllAsync(CancellationToken)

Obter uma lista ServerEndpoint.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageSync/storageSyncServices/{storageSyncServiceName}/syncGroups/{syncGroupName}/serverEndpoints
  • Operação IdServerEndpoints_ListBySyncGroup
GetAsync(String, CancellationToken)

Obter um ServerEndpoint.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageSync/storageSyncServices/{storageSyncServiceName}/syncGroups/{syncGroupName}/serverEndpoints/{serverEndpointName}
  • Operação IdServerEndpoints_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<StorageSyncServerEndpointResource>.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<StorageSyncServerEndpointResource>.GetEnumerator()

Retorna um enumerador que itera pela coleção.

Aplica-se a