Share via


SiteSlotConfigSnapshotCollection Class

Definition

A class representing a collection of SiteSlotConfigSnapshotResource and their operations. Each SiteSlotConfigSnapshotResource in the collection will belong to the same instance of WebSiteSlotConfigResource. To get a SiteSlotConfigSnapshotCollection instance call the GetSiteSlotConfigSnapshots method from an instance of WebSiteSlotConfigResource.

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

Constructors

SiteSlotConfigSnapshotCollection()

Initializes a new instance of the SiteSlotConfigSnapshotCollection class for mocking.

Properties

Client

Gets the ArmClient this resource client was created from.

(Inherited from ArmCollection)
Diagnostics

Gets the diagnostic options for this resource client.

(Inherited from ArmCollection)
Endpoint

Gets the base uri for this resource client.

(Inherited from ArmCollection)
Id

Gets the resource identifier.

(Inherited from ArmCollection)
Pipeline

Gets the pipeline for this resource client.

(Inherited from ArmCollection)

Methods

Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/web/snapshots/{snapshotId}
  • Operation Id: WebApps_GetConfigurationSnapshotSlot
  • Default Api Version: 2021-02-01
  • Resource: SiteSlotConfigSnapshotResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/web/snapshots/{snapshotId}
  • Operation Id: WebApps_GetConfigurationSnapshotSlot
  • Default Api Version: 2021-02-01
  • Resource: SiteSlotConfigSnapshotResource
Get(String, CancellationToken)

Description for Gets a snapshot of the configuration of an app at a previous point in time.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/web/snapshots/{snapshotId}
  • Operation Id: WebApps_GetConfigurationSnapshotSlot
  • Default Api Version: 2021-02-01
  • Resource: SiteSlotConfigSnapshotResource
GetAsync(String, CancellationToken)

Description for Gets a snapshot of the configuration of an app at a previous point in time.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/web/snapshots/{snapshotId}
  • Operation Id: WebApps_GetConfigurationSnapshotSlot
  • Default Api Version: 2021-02-01
  • Resource: SiteSlotConfigSnapshotResource
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/web/snapshots/{snapshotId}
  • Operation Id: WebApps_GetConfigurationSnapshotSlot
  • Default Api Version: 2021-02-01
  • Resource: SiteSlotConfigSnapshotResource
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/web/snapshots/{snapshotId}
  • Operation Id: WebApps_GetConfigurationSnapshotSlot
  • Default Api Version: 2021-02-01
  • Resource: SiteSlotConfigSnapshotResource
TryGetApiVersion(ResourceType, String)

Gets the api version override if it has been set for the current client options.

(Inherited from ArmCollection)

Applies to