BlobInventoryPolicyInner Class

public final class BlobInventoryPolicyInner
extends ProxyResource

The storage account blob inventory policy.

Constructor Summary

Constructor Description
BlobInventoryPolicyInner()

Creates an instance of BlobInventoryPolicyInner class.

Method Summary

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.

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.

Methods inherited from ProxyResource

Methods inherited from java.lang.Object

Constructor Details

BlobInventoryPolicyInner

public BlobInventoryPolicyInner()

Creates an instance of BlobInventoryPolicyInner class.

Method Details

lastModifiedTime

public OffsetDateTime lastModifiedTime()

Get the lastModifiedTime property: Returns the last modified date and time of the blob inventory policy.

Returns:

the lastModifiedTime value.

policy

public BlobInventoryPolicySchema policy()

Get the policy property: The storage account blob inventory policy object. It is composed of policy rules.

Returns:

the policy value.

systemData

public SystemData systemData()

Get the systemData property: Metadata pertaining to creation and last modification of the resource.

Returns:

the systemData value.

validate

public void validate()

Validates the instance.

withPolicy

public BlobInventoryPolicyInner withPolicy(BlobInventoryPolicySchema policy)

Set the policy property: The storage account blob inventory policy object. It is composed of policy rules.

Parameters:

policy - the policy value to set.

Returns:

the BlobInventoryPolicyInner object itself.

Applies to