ManagementPolicyProperties Class
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.
The Storage Account ManagementPolicy properties.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.ManagementPolicyPropertiesTypeConverter))]
public class ManagementPolicyProperties : Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IManagementPolicyProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.ManagementPolicyPropertiesTypeConverter))>]
type ManagementPolicyProperties = class
interface IManagementPolicyProperties
interface IJsonSerializable
Public Class ManagementPolicyProperties
Implements IManagementPolicyProperties
- Inheritance
-
ManagementPolicyProperties
- Attributes
- Implements
Constructors
ManagementPolicyProperties() |
Creates an new ManagementPolicyProperties instance. |
Properties
LastModifiedTime |
Returns the date and time the ManagementPolicies was last modified. |
PolicyRule |
The Storage Account ManagementPolicies Rules. See more details in: https://docs.microsoft.com/en-us/azure/storage/common/storage-lifecycle-managment-concepts. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ManagementPolicyProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ManagementPolicyProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IManagementPolicyProperties. |
FromJsonString(String) |
Creates a new instance of ManagementPolicyProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ManagementPolicyProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |