ImmutabilityPolicyInner 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 ImmutabilityPolicy property of a blob container, including Id, resource name, resource type, Etag.
[Microsoft.Rest.Serialization.JsonTransformation]
public class ImmutabilityPolicyInner : Microsoft.Azure.Management.Storage.Fluent.Models.AzureEntityResourceInner
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ImmutabilityPolicyInner = class
inherit AzureEntityResourceInner
Public Class ImmutabilityPolicyInner
Inherits AzureEntityResourceInner
- Inheritance
- Attributes
Constructors
ImmutabilityPolicyInner() |
Initializes a new instance of the ImmutabilityPolicyInner class. |
ImmutabilityPolicyInner(Int32, String, String, String, String, ImmutabilityPolicyState) |
Initializes a new instance of the ImmutabilityPolicyInner class. |
Properties
Etag |
Gets resource Etag. (Inherited from AzureEntityResourceInner) |
Id |
Resource Id. Setter is protected because Id needs to be set in Network resources. (Inherited from ProxyResource) |
ImmutabilityPeriodSinceCreationInDays |
Gets or sets the immutability period for the blobs in the container since the policy creation, in days. |
Location |
Resource location (Inherited from Resource) |
Name |
Resource name (Inherited from ProxyResource) |
State |
Gets the ImmutabilityPolicy state of a blob container, possible values include: Locked and Unlocked. Possible values include: 'Locked', 'Unlocked' |
Tags |
Resource tags (Inherited from Resource) |
Type |
Resource type (Inherited from ProxyResource) |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET