Class BlobAccessPolicy
An Access policy
Inheritance
System.Object
BlobAccessPolicy
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.Storage.Blobs.dll
Syntax
public class BlobAccessPolicy
Constructors
BlobAccessPolicy()
Creates a new BlobAccessPolicy instance
Declaration
public BlobAccessPolicy ();
Properties
ExpiresOn
The date-time the policy expires. This value is non-nullable, please use PolicyExpiresOn.
Declaration
[System.ComponentModel.EditorBrowsable]
public DateTimeOffset ExpiresOn { get; set; }
Property Value
System.DateTimeOffset
|
Permissions
the permissions for the acl policy
Declaration
public string Permissions { get; set; }
Property Value
System.String
|
PolicyExpiresOn
the date-time the policy expires
Declaration
public Nullable<DateTimeOffset> PolicyExpiresOn { get; set; }
Property Value
System.Nullable<System.DateTimeOffset>
|
PolicyStartsOn
the date-time the policy is active
Declaration
public Nullable<DateTimeOffset> PolicyStartsOn { get; set; }
Property Value
System.Nullable<System.DateTimeOffset>
|
StartsOn
The date-time the policy is active. This value is non-nullable, please use PolicyStartsOn.
Declaration
[System.ComponentModel.EditorBrowsable]
public DateTimeOffset StartsOn { get; set; }
Property Value
System.DateTimeOffset
|