public class BlobInventoryPolicyInner
extends com.azure.core.management.ProxyResource
| Constructor and Description |
|---|
BlobInventoryPolicyInner() |
| Modifier and Type | Method and Description |
|---|---|
OffsetDateTime |
lastModifiedTime()
Get the lastModifiedTime property: Returns the last modified date and time of the blob inventory policy.
|
BlobInventoryPolicySchema |
policy()
Get the policy property: The storage account blob inventory policy object.
|
com.azure.core.management.SystemData |
systemData()
Get the systemData property: Metadata pertaining to creation and last modification of the resource.
|
void |
validate()
Validates the instance.
|
BlobInventoryPolicyInner |
withPolicy(BlobInventoryPolicySchema policy)
Set the policy property: The storage account blob inventory policy object.
|
public com.azure.core.management.SystemData systemData()
public OffsetDateTime lastModifiedTime()
public BlobInventoryPolicySchema policy()
public BlobInventoryPolicyInner withPolicy(BlobInventoryPolicySchema policy)
policy - the policy value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.