public final class BlobAccessPolicy extends Object
Constructor and Description |
---|
BlobAccessPolicy() |
Modifier and Type | Method and Description |
---|---|
OffsetDateTime |
getExpiresOn()
Get the expiresOn property: the date-time the policy expires.
|
String |
getPermissions()
Get the permissions property: the permissions for the acl policy.
|
OffsetDateTime |
getStartsOn()
Get the startsOn property: the date-time the policy is active.
|
BlobAccessPolicy |
setExpiresOn(OffsetDateTime expiresOn)
Set the expiresOn property: the date-time the policy expires.
|
BlobAccessPolicy |
setPermissions(String permissions)
Set the permissions property: the permissions for the acl policy.
|
BlobAccessPolicy |
setStartsOn(OffsetDateTime startsOn)
Set the startsOn property: the date-time the policy is active.
|
public OffsetDateTime getStartsOn()
public BlobAccessPolicy setStartsOn(OffsetDateTime startsOn)
startsOn
- the startsOn value to set.public OffsetDateTime getExpiresOn()
public BlobAccessPolicy setExpiresOn(OffsetDateTime expiresOn)
expiresOn
- the expiresOn value to set.public String getPermissions()
public BlobAccessPolicy setPermissions(String permissions)
permissions
- the permissions value to set.Copyright © 2019 Microsoft Corporation. All rights reserved.