Skip to content

Figure out a way to hide SnapshotUpdateParameters from UpdateSnapshot and split it into two separate convenience methods: Archive and Recover #6343

@ahsonkhan

Description

@ahsonkhan

The UpdateSnapshot method needs to be hidden and split into two separate convenience methods: Archive and Recover.
These APIs need to be hand-written wrappers on top of UpdateSnapshot to hide the complexity of setting up a SnapshotUpdateParameters from the end-user:

Response<UpdateSnapshotResult> UpdateSnapshot(
UpdateSnapshotRequestContentType const& contentType,
std::string const& name,
std::string const& accept,
SnapshotUpdateParameters const& entity,
UpdateSnapshotOptions const& options = {},
Core::Context const& context = {}) const;

Metadata

Metadata

Assignees

No one assigned

    Labels

    App ConfigurationAzure.ApplicationModel.Configuration

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions