Freigeben über


CloudEndpointCollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren CloudEndpointResource Vorgänge darstellt. Jedes CloudEndpointResource in der Auflistung gehört zum gleichen instance von StorageSyncGroupResource. Um eine CloudEndpointCollection instance rufen Sie die GetCloudEndpoints-Methode aus einer instance von aufStorageSyncGroupResource.

public class CloudEndpointCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.StorageSync.CloudEndpointResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.StorageSync.CloudEndpointResource>
type CloudEndpointCollection = class
    inherit ArmCollection
    interface seq<CloudEndpointResource>
    interface IEnumerable
    interface IAsyncEnumerable<CloudEndpointResource>
Public Class CloudEndpointCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of CloudEndpointResource), IEnumerable(Of CloudEndpointResource)
Vererbung
CloudEndpointCollection
Implementiert

Konstruktoren

CloudEndpointCollection()

Initialisiert eine neue instance der -Klasse für die CloudEndpointCollection Simulation.

Eigenschaften

Client

Ruft den ArmClient ab, aus dem dieser Ressourcenclient erstellt wurde.

(Geerbt von ArmCollection)
Diagnostics

Ruft die Diagnoseoptionen für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)
Endpoint

Ruft den Basis-URI für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)
Id

Ruft den Ressourcenbezeichner ab.

(Geerbt von ArmCollection)
Pipeline

Ruft die Pipeline für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)

Methoden

CreateOrUpdate(WaitUntil, String, CloudEndpointCreateOrUpdateContent, CancellationToken)

Erstellen Sie einen neuen CloudEndpoint.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageSync/storageSyncServices/{storageSyncServiceName}/syncGroups/{syncGroupName}/cloudEndpoints/{cloudEndpointName}
  • Vorgangs-IdCloudEndpoints_Create
CreateOrUpdateAsync(WaitUntil, String, CloudEndpointCreateOrUpdateContent, CancellationToken)

Erstellen Sie einen neuen CloudEndpoint.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageSync/storageSyncServices/{storageSyncServiceName}/syncGroups/{syncGroupName}/cloudEndpoints/{cloudEndpointName}
  • Vorgangs-IdCloudEndpoints_Create
Exists(String, CancellationToken)

Überprüft, ob die Ressource in Azure vorhanden ist.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageSync/storageSyncServices/{storageSyncServiceName}/syncGroups/{syncGroupName}/cloudEndpoints/{cloudEndpointName}
  • Vorgangs-IdCloudEndpoints_Get
ExistsAsync(String, CancellationToken)

Überprüft, ob die Ressource in Azure vorhanden ist.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageSync/storageSyncServices/{storageSyncServiceName}/syncGroups/{syncGroupName}/cloudEndpoints/{cloudEndpointName}
  • Vorgangs-IdCloudEndpoints_Get
Get(String, CancellationToken)

Rufen Sie einen bestimmten CloudEndpoint ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageSync/storageSyncServices/{storageSyncServiceName}/syncGroups/{syncGroupName}/cloudEndpoints/{cloudEndpointName}
  • Vorgangs-IdCloudEndpoints_Get
GetAll(CancellationToken)

Rufen Sie eine CloudEndpoint-Liste ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageSync/storageSyncServices/{storageSyncServiceName}/syncGroups/{syncGroupName}/cloudEndpoints
  • Vorgangs-IdCloudEndpoints_ListBySyncGroup
GetAllAsync(CancellationToken)

Rufen Sie eine CloudEndpoint-Liste ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageSync/storageSyncServices/{storageSyncServiceName}/syncGroups/{syncGroupName}/cloudEndpoints
  • Vorgangs-IdCloudEndpoints_ListBySyncGroup
GetAsync(String, CancellationToken)

Rufen Sie einen bestimmten CloudEndpoint ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageSync/storageSyncServices/{storageSyncServiceName}/syncGroups/{syncGroupName}/cloudEndpoints/{cloudEndpointName}
  • Vorgangs-IdCloudEndpoints_Get
TryGetApiVersion(ResourceType, String)

Ruft die API-Version außer Kraft, wenn sie für die aktuellen Clientoptionen festgelegt wurde.

(Geerbt von ArmCollection)

Explizite Schnittstellenimplementierungen

IAsyncEnumerable<CloudEndpointResource>.GetAsyncEnumerator(CancellationToken)

Gibt einen Enumerator zurück, der die Sammlung asynchron durchläuft.

IEnumerable.GetEnumerator()

Gibt einen Enumerator zurück, der eine Auflistung durchläuft.

IEnumerable<CloudEndpointResource>.GetEnumerator()

Gibt einen Enumerator zurück, der die Auflistung durchläuft.

Gilt für: