Snapshots interface

Interface representing a Snapshots.

Methods

beginCreate(string, string, string, Snapshot, SnapshotsCreateOptionalParams)

Creates a snapshot. NOTE: This operation is intended for use in Azure Resource Manager (ARM) Template deployments. For all other scenarios involving App Configuration snapshots the data plane API should be used instead.

beginCreateAndWait(string, string, string, Snapshot, SnapshotsCreateOptionalParams)

Creates a snapshot. NOTE: This operation is intended for use in Azure Resource Manager (ARM) Template deployments. For all other scenarios involving App Configuration snapshots the data plane API should be used instead.

get(string, string, string, SnapshotsGetOptionalParams)

Gets the properties of the specified snapshot. NOTE: This operation is intended for use in Azure Resource Manager (ARM) Template deployments. For all other scenarios involving App Configuration snapshots the data plane API should be used instead.

Method Details

beginCreate(string, string, string, Snapshot, SnapshotsCreateOptionalParams)

Creates a snapshot. NOTE: This operation is intended for use in Azure Resource Manager (ARM) Template deployments. For all other scenarios involving App Configuration snapshots the data plane API should be used instead.

function beginCreate(resourceGroupName: string, configStoreName: string, snapshotName: string, body: Snapshot, options?: SnapshotsCreateOptionalParams): Promise<SimplePollerLike<OperationState<Snapshot>, Snapshot>>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

configStoreName

string

The name of the configuration store.

snapshotName

string

The name of the snapshot.

body
Snapshot

The parameters for creating a snapshot.

options
SnapshotsCreateOptionalParams

The options parameters.

Returns

Promise<@azure/core-lro.SimplePollerLike<OperationState<Snapshot>, Snapshot>>

beginCreateAndWait(string, string, string, Snapshot, SnapshotsCreateOptionalParams)

Creates a snapshot. NOTE: This operation is intended for use in Azure Resource Manager (ARM) Template deployments. For all other scenarios involving App Configuration snapshots the data plane API should be used instead.

function beginCreateAndWait(resourceGroupName: string, configStoreName: string, snapshotName: string, body: Snapshot, options?: SnapshotsCreateOptionalParams): Promise<Snapshot>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

configStoreName

string

The name of the configuration store.

snapshotName

string

The name of the snapshot.

body
Snapshot

The parameters for creating a snapshot.

options
SnapshotsCreateOptionalParams

The options parameters.

Returns

Promise<Snapshot>

get(string, string, string, SnapshotsGetOptionalParams)

Gets the properties of the specified snapshot. NOTE: This operation is intended for use in Azure Resource Manager (ARM) Template deployments. For all other scenarios involving App Configuration snapshots the data plane API should be used instead.

function get(resourceGroupName: string, configStoreName: string, snapshotName: string, options?: SnapshotsGetOptionalParams): Promise<Snapshot>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

configStoreName

string

The name of the configuration store.

snapshotName

string

The name of the snapshot.

options
SnapshotsGetOptionalParams

The options parameters.

Returns

Promise<Snapshot>