public class ManagementPolicySnapShot extends Object
| Constructor and Description |
|---|
ManagementPolicySnapShot() |
| Modifier and Type | Method and Description |
|---|---|
DateAfterCreation |
delete()
Get the function to delete the blob snapshot.
|
ManagementPolicySnapShot |
withDelete(DateAfterCreation delete)
Set the function to delete the blob snapshot.
|
public DateAfterCreation delete()
public ManagementPolicySnapShot withDelete(DateAfterCreation delete)
delete - the delete value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/