ManagementPolicy 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
ManagementPolicy() |
Initializes a new instance of the ManagementPolicy class. |
ManagementPolicy(ManagementPolicySchema, String, String, String, Nullable<DateTime>) |
Initializes a new instance of the ManagementPolicy class. |
ManagementPolicy()
Initializes a new instance of the ManagementPolicy class.
public ManagementPolicy ();
Public Sub New ()
Applies to
ManagementPolicy(ManagementPolicySchema, String, String, String, Nullable<DateTime>)
Initializes a new instance of the ManagementPolicy class.
public ManagementPolicy (Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Storage.Models.ManagementPolicySchema policy, string id = default, string name = default, string type = default, DateTime? lastModifiedTime = default);
new Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Storage.Models.ManagementPolicy : Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Storage.Models.ManagementPolicySchema * string * string * string * Nullable<DateTime> -> Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Storage.Models.ManagementPolicy
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://zcusa.951200.xyz/en-us/azure/storage/common/storage-lifecycle-managment-concepts.
- id
- String
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name
- String
The name of the resource
- type
- String
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
Returns the date and time the ManagementPolicies was last modified.