ManagementPolicyInner 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 Get Storage Account ManagementPolicies operation response.
[Microsoft.Rest.Serialization.JsonTransformation]
public class ManagementPolicyInner : Microsoft.Azure.Management.ResourceManager.Fluent.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ManagementPolicyInner = class
inherit Resource
Public Class ManagementPolicyInner
Inherits Resource
- Inheritance
- Attributes
Constructors
ManagementPolicyInner() |
Initializes a new instance of the ManagementPolicyInner class. |
ManagementPolicyInner(ManagementPolicySchema, String, String, String, Nullable<DateTime>) |
Initializes a new instance of the ManagementPolicyInner class. |
Properties
Id |
Resource Id. Setter is protected because Id needs to be set in Network resources. (Inherited from ProxyResource) |
LastModifiedTime |
Gets returns the date and time the ManagementPolicies was last modified. |
Location |
Resource location (Inherited from Resource) |
Name |
Resource name (Inherited from ProxyResource) |
Policy |
Gets or sets the Storage Account ManagementPolicy, in JSON format. See more details in: https://docs.microsoft.com/en-us/azure/storage/common/storage-lifecycle-managment-concepts. |
Tags |
Resource tags (Inherited from Resource) |
Type |
Resource type (Inherited from ProxyResource) |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET