Freigeben über


ComponentLinkedStorageAccountCollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren ComponentLinkedStorageAccountResource Vorgänge darstellt. Jedes ComponentLinkedStorageAccountResource in der Auflistung gehört zum gleichen instance von ApplicationInsightsComponentResource. Um einen ComponentLinkedStorageAccountCollection instance rufen Sie die GetComponentLinkedStorageAccounts-Methode aus einer instance von ApplicationInsightsComponentResourceauf.

public class ComponentLinkedStorageAccountCollection : Azure.ResourceManager.ArmCollection
type ComponentLinkedStorageAccountCollection = class
    inherit ArmCollection
Public Class ComponentLinkedStorageAccountCollection
Inherits ArmCollection
Vererbung
ComponentLinkedStorageAccountCollection

Konstruktoren

ComponentLinkedStorageAccountCollection()

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

Ersetzen Sie das aktuelle verknüpfte Speicherkonto für eine Application Insights-Komponente.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/components/{resourceName}/linkedStorageAccounts/{storageType}
  • Vorgangs-IdComponentLinkedStorageAccounts_CreateAndUpdate
CreateOrUpdateAsync(WaitUntil, StorageType, ComponentLinkedStorageAccountData, CancellationToken)

Ersetzen Sie das aktuelle verknüpfte Speicherkonto für eine Application Insights-Komponente.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/components/{resourceName}/linkedStorageAccounts/{storageType}
  • Vorgangs-IdComponentLinkedStorageAccounts_CreateAndUpdate
Exists(StorageType, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/components/{resourceName}/linkedStorageAccounts/{storageType}
  • Vorgangs-IdComponentLinkedStorageAccounts_Get
ExistsAsync(StorageType, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/components/{resourceName}/linkedStorageAccounts/{storageType}
  • Vorgangs-IdComponentLinkedStorageAccounts_Get
Get(StorageType, CancellationToken)

Gibt die aktuellen verknüpften Speichereinstellungen für eine Application Insights-Komponente zurück.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/components/{resourceName}/linkedStorageAccounts/{storageType}
  • Vorgangs-IdComponentLinkedStorageAccounts_Get
GetAsync(StorageType, CancellationToken)

Gibt die aktuellen verknüpften Speichereinstellungen für eine Application Insights-Komponente zurück.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/components/{resourceName}/linkedStorageAccounts/{storageType}
  • Vorgangs-IdComponentLinkedStorageAccounts_Get
TryGetApiVersion(ResourceType, String)

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

(Geerbt von ArmCollection)

Gilt für: