ManagementPolicyBaseBlob 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
ManagementPolicyBaseBlob() |
Initializes a new instance of the ManagementPolicyBaseBlob class. |
ManagementPolicyBaseBlob(DateAfterModification, DateAfterModification, DateAfterModification, Nullable<Boolean>) |
Initializes a new instance of the ManagementPolicyBaseBlob class. |
ManagementPolicyBaseBlob()
Initializes a new instance of the ManagementPolicyBaseBlob class.
public ManagementPolicyBaseBlob ();
Public Sub New ()
Applies to
ManagementPolicyBaseBlob(DateAfterModification, DateAfterModification, DateAfterModification, Nullable<Boolean>)
Initializes a new instance of the ManagementPolicyBaseBlob class.
public ManagementPolicyBaseBlob (Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Storage.Models.DateAfterModification tierToCool = default, Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Storage.Models.DateAfterModification tierToArchive = default, Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Storage.Models.DateAfterModification delete = default, bool? enableAutoTierToHotFromCool = default);
new Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Storage.Models.ManagementPolicyBaseBlob : Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Storage.Models.DateAfterModification * Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Storage.Models.DateAfterModification * Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Storage.Models.DateAfterModification * Nullable<bool> -> Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Storage.Models.ManagementPolicyBaseBlob
Public Sub New (Optional tierToCool As DateAfterModification = Nothing, Optional tierToArchive As DateAfterModification = Nothing, Optional delete As DateAfterModification = Nothing, Optional enableAutoTierToHotFromCool As Nullable(Of Boolean) = Nothing)
Parameters
- tierToCool
- DateAfterModification
The function to tier blobs to cool storage. Support blobs currently at Hot tier
- tierToArchive
- DateAfterModification
The function to tier blobs to archive storage. Support blobs currently at Hot or Cool tier
- delete
- DateAfterModification
The function to delete the blob
This property enables auto tiering of a blob from cool to hot on a blob access. This property requires tierToCool.daysAfterLastAccessTimeGreaterThan.