ManagementPolicyInner 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
ManagementPolicyInner() |
Initializes a new instance of the ManagementPolicyInner class. |
ManagementPolicyInner(ManagementPolicySchema, String, String, String, Nullable<DateTime>) |
Initializes a new instance of the ManagementPolicyInner class. |
ManagementPolicyInner()
Initializes a new instance of the ManagementPolicyInner class.
public ManagementPolicyInner ();
Public Sub New ()
Applies to
ManagementPolicyInner(ManagementPolicySchema, String, String, String, Nullable<DateTime>)
Initializes a new instance of the ManagementPolicyInner class.
public ManagementPolicyInner (Microsoft.Azure.Management.Storage.Fluent.Models.ManagementPolicySchema policy, string id = default, string name = default, string type = default, DateTime? lastModifiedTime = default);
new Microsoft.Azure.Management.Storage.Fluent.Models.ManagementPolicyInner : Microsoft.Azure.Management.Storage.Fluent.Models.ManagementPolicySchema * string * string * string * Nullable<DateTime> -> Microsoft.Azure.Management.Storage.Fluent.Models.ManagementPolicyInner
Public Sub New (policy As ManagementPolicySchema, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional lastModifiedTime As Nullable(Of DateTime) = Nothing)
Parameters
- policy
- ManagementPolicySchema
The Storage Account ManagementPolicy, in JSON format. See more details in: https://docs.microsoft.com/en-us/azure/storage/common/storage-lifecycle-managment-concepts.
- id
- String
- name
- String
- type
- String
Returns the date and time the ManagementPolicies was last modified.
Applies to
Azure SDK for .NET