Freigeben über


AppPlatformStorageCollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren AppPlatformStorageResource Vorgänge darstellt. Jedes AppPlatformStorageResource in der Auflistung gehört zum gleichen instance von AppPlatformServiceResource. Um eine AppPlatformStorageCollection instance rufen Sie die GetAppPlatformStorages-Methode aus einer instance von aufAppPlatformServiceResource.

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

Konstruktoren

AppPlatformStorageCollection()

Initialisiert eine neue instance der -Klasse für die AppPlatformStorageCollection 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, AppPlatformStorageData, CancellationToken)

Erstellen oder Aktualisieren der Speicherressource

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/storages/{storageName}
  • Vorgangs-IdStorages_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, AppPlatformStorageData, CancellationToken)

Erstellen oder Aktualisieren der Speicherressource

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/storages/{storageName}
  • Vorgangs-IdStorages_CreateOrUpdate
Exists(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/storages/{storageName}
  • Vorgangs-IdStorages_Get
ExistsAsync(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/storages/{storageName}
  • Vorgangs-IdStorages_Get
Get(String, CancellationToken)

Rufen Sie die Speicherressource ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/storages/{storageName}
  • Vorgangs-IdStorages_Get
GetAll(CancellationToken)

Listet alle Speicher einer Azure Spring Apps-Ressource auf.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/storages
  • Vorgangs-IdStorages_List
GetAllAsync(CancellationToken)

Listet alle Speicher einer Azure Spring Apps-Ressource auf.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/storages
  • Vorgangs-IdStorages_List
GetAsync(String, CancellationToken)

Rufen Sie die Speicherressource ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/storages/{storageName}
  • Vorgangs-IdStorages_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<AppPlatformStorageResource>.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<AppPlatformStorageResource>.GetEnumerator()

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

Gilt für: