ManagementPolicyVersion 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
ManagementPolicyVersion() |
Initializes a new instance of the ManagementPolicyVersion class. |
ManagementPolicyVersion(DateAfterCreation, DateAfterCreation, DateAfterCreation) |
Initializes a new instance of the ManagementPolicyVersion class. |
ManagementPolicyVersion()
Initializes a new instance of the ManagementPolicyVersion class.
public ManagementPolicyVersion ();
Public Sub New ()
Applies to
ManagementPolicyVersion(DateAfterCreation, DateAfterCreation, DateAfterCreation)
Initializes a new instance of the ManagementPolicyVersion class.
public ManagementPolicyVersion (Microsoft.Azure.Management.Storage.Models.DateAfterCreation tierToCool = default, Microsoft.Azure.Management.Storage.Models.DateAfterCreation tierToArchive = default, Microsoft.Azure.Management.Storage.Models.DateAfterCreation delete = default);
new Microsoft.Azure.Management.Storage.Models.ManagementPolicyVersion : Microsoft.Azure.Management.Storage.Models.DateAfterCreation * Microsoft.Azure.Management.Storage.Models.DateAfterCreation * Microsoft.Azure.Management.Storage.Models.DateAfterCreation -> Microsoft.Azure.Management.Storage.Models.ManagementPolicyVersion
Public Sub New (Optional tierToCool As DateAfterCreation = Nothing, Optional tierToArchive As DateAfterCreation = Nothing, Optional delete As DateAfterCreation = Nothing)
Parameters
- tierToCool
- DateAfterCreation
The function to tier blob version to cool storage. Support blob version currently at Hot tier
- tierToArchive
- DateAfterCreation
The function to tier blob version to archive storage. Support blob version currently at Hot or Cool tier
- delete
- DateAfterCreation
The function to delete the blob version
Applies to
Azure SDK for .NET