ConfigurationClient.RecoverSnapshot Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
RecoverSnapshot(String, MatchConditions, CancellationToken) |
Updates the state of a configuration snapshot to ready. |
RecoverSnapshot(String, CancellationToken) |
Updates the state of a configuration snapshot to ready. |
RecoverSnapshot(String, MatchConditions, CancellationToken)
- Source:
- ConfigurationClient.cs
- Source:
- ConfigurationClient.cs
Updates the state of a configuration snapshot to ready.
public virtual Azure.Response<Azure.Data.AppConfiguration.ConfigurationSnapshot> RecoverSnapshot (string snapshotName, Azure.MatchConditions matchConditions, System.Threading.CancellationToken cancellationToken = default);
abstract member RecoverSnapshot : string * Azure.MatchConditions * System.Threading.CancellationToken -> Azure.Response<Azure.Data.AppConfiguration.ConfigurationSnapshot>
override this.RecoverSnapshot : string * Azure.MatchConditions * System.Threading.CancellationToken -> Azure.Response<Azure.Data.AppConfiguration.ConfigurationSnapshot>
Public Overridable Function RecoverSnapshot (snapshotName As String, matchConditions As MatchConditions, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ConfigurationSnapshot)
Parameters
- snapshotName
- String
The name of the configuration snapshot to recover.
- matchConditions
- MatchConditions
The content to send as the request conditions of the request.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Applies to
RecoverSnapshot(String, CancellationToken)
- Source:
- ConfigurationClient.cs
- Source:
- ConfigurationClient.cs
Updates the state of a configuration snapshot to ready.
public virtual Azure.Response<Azure.Data.AppConfiguration.ConfigurationSnapshot> RecoverSnapshot (string snapshotName, System.Threading.CancellationToken cancellationToken = default);
abstract member RecoverSnapshot : string * System.Threading.CancellationToken -> Azure.Response<Azure.Data.AppConfiguration.ConfigurationSnapshot>
override this.RecoverSnapshot : string * System.Threading.CancellationToken -> Azure.Response<Azure.Data.AppConfiguration.ConfigurationSnapshot>
Public Overridable Function RecoverSnapshot (snapshotName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ConfigurationSnapshot)
Parameters
- snapshotName
- String
The name of the configuration snapshot to recover.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Applies to
Azure SDK for .NET