File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -51,14 +51,14 @@ public class SnapshotLifecyclePolicyMetadata
51
51
/// If a snapshot is currently in progress this will return information about the snapshot.
52
52
/// </summary>
53
53
[ DataMember ( Name = "in_progress" ) ]
54
- public InProgressLifecycleSnapshot InProgress { get ; internal set ; }
54
+ public LifecycleSnapshotInProgress InProgress { get ; internal set ; }
55
55
}
56
56
57
57
/// <summary>
58
58
/// If a snapshot is in progress when calling the Get Snapshot Lifecycle metadata
59
59
/// this will hold some minimal information about the in flight snapshot
60
60
/// </summary>
61
- public class InProgressLifecycleSnapshot
61
+ public class LifecycleSnapshotInProgress
62
62
{
63
63
/// <summary> The name of the snapshot currently being taken </summary>
64
64
[ DataMember ( Name = "name" ) ]
You can’t perform that action at this time.
0 commit comments