Freigeben über


SiteSlotConfigSnapshotCollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren SiteSlotConfigSnapshotResource Vorgänge darstellt. Jedes SiteSlotConfigSnapshotResource in der Auflistung gehört zum gleichen instance von WebSiteSlotConfigResource. Um einen SiteSlotConfigSnapshotCollection instance rufen Sie die GetSiteSlotConfigSnapshots-Methode aus einer instance von aufWebSiteSlotConfigResource.

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

Konstruktoren

SiteSlotConfigSnapshotCollection()

Initialisiert eine neue instance der -Klasse für die SiteSlotConfigSnapshotCollection 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

Exists(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/web/snapshots/{snapshotId}
  • Vorgangs-IdWebApps_GetConfigurationSnapshotSlot
ExistsAsync(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/web/snapshots/{snapshotId}
  • Vorgangs-IdWebApps_GetConfigurationSnapshotSlot
Get(String, CancellationToken)

Beschreibung für Ruft eine Momentaufnahme der Konfiguration einer App zu einem früheren Zeitpunkt ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/web/snapshots/{snapshotId}
  • Vorgangs-IdWebApps_GetConfigurationSnapshotSlot
GetAsync(String, CancellationToken)

Beschreibung für Ruft eine Momentaufnahme der Konfiguration einer App zu einem früheren Zeitpunkt ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/web/snapshots/{snapshotId}
  • Vorgangs-IdWebApps_GetConfigurationSnapshotSlot
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: