Freigeben über


DataBoxEdgeStorageAccountCredentialCollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren DataBoxEdgeStorageAccountCredentialResource Vorgänge darstellt. Jedes DataBoxEdgeStorageAccountCredentialResource in der Auflistung gehört zum gleichen instance von DataBoxEdgeDeviceResource. Um eine DataBoxEdgeStorageAccountCredentialCollection instance rufen Sie die GetDataBoxEdgeStorageAccountCredentials-Methode aus einer instance von aufDataBoxEdgeDeviceResource.

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

Konstruktoren

DataBoxEdgeStorageAccountCredentialCollection()

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

Erstellt oder aktualisiert die Anmeldeinformationen des Speicherkontos.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/storageAccountCredentials/{name}
  • Vorgangs-IdStorageAccountCredentials_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, DataBoxEdgeStorageAccountCredentialData, CancellationToken)

Erstellt oder aktualisiert die Anmeldeinformationen des Speicherkontos.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/storageAccountCredentials/{name}
  • Vorgangs-IdStorageAccountCredentials_CreateOrUpdate
Exists(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/storageAccountCredentials/{name}
  • Vorgangs-IdStorageAccountCredentials_Get
ExistsAsync(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/storageAccountCredentials/{name}
  • Vorgangs-IdStorageAccountCredentials_Get
Get(String, CancellationToken)

Ruft die Eigenschaften der angegebenen Speicherkontoanmeldeinformationen ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/storageAccountCredentials/{name}
  • Vorgangs-IdStorageAccountCredentials_Get
GetAll(CancellationToken)

Ruft alle Anmeldeinformationen des Speicherkontos auf einem Data Box Edge-/Data Box Gateway-Gerät ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/storageAccountCredentials
  • Vorgangs-IdStorageAccountCredentials_ListByDataBoxEdgeDevice
GetAllAsync(CancellationToken)

Ruft alle Anmeldeinformationen des Speicherkontos auf einem Data Box Edge-/Data Box Gateway-Gerät ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/storageAccountCredentials
  • Vorgangs-IdStorageAccountCredentials_ListByDataBoxEdgeDevice
GetAsync(String, CancellationToken)

Ruft die Eigenschaften der angegebenen Speicherkontoanmeldeinformationen ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/storageAccountCredentials/{name}
  • Vorgangs-IdStorageAccountCredentials_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<DataBoxEdgeStorageAccountCredentialResource>.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<DataBoxEdgeStorageAccountCredentialResource>.GetEnumerator()

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

Gilt für: