ManagementPolicySnapShot Constructors
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
ManagementPolicySnapShot() |
Initializes a new instance of the ManagementPolicySnapShot class. |
ManagementPolicySnapShot(DateAfterCreation) |
Initializes a new instance of the ManagementPolicySnapShot class. |
ManagementPolicySnapShot()
Initializes a new instance of the ManagementPolicySnapShot class.
public ManagementPolicySnapShot ();
Public Sub New ()
Applies to
ManagementPolicySnapShot(DateAfterCreation)
Initializes a new instance of the ManagementPolicySnapShot class.
public ManagementPolicySnapShot (Microsoft.Azure.Management.Storage.Fluent.Models.DateAfterCreation delete = default);
new Microsoft.Azure.Management.Storage.Fluent.Models.ManagementPolicySnapShot : Microsoft.Azure.Management.Storage.Fluent.Models.DateAfterCreation -> Microsoft.Azure.Management.Storage.Fluent.Models.ManagementPolicySnapShot
Public Sub New (Optional delete As DateAfterCreation = Nothing)
Parameters
- delete
- DateAfterCreation
The function to delete the blob snapshot
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET