Class ListBlobInventoryPolicy
- java.lang.Object
-
- com.azure.resourcemanager.storage.models.ListBlobInventoryPolicy
-
public final class ListBlobInventoryPolicy extends Object
List of blob inventory policies returned.
-
-
Constructor Summary
Constructors Constructor Description ListBlobInventoryPolicy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvalidate()Validates the instance.List<BlobInventoryPolicyInner>value()Get the value property: List of blob inventory policies.
-
-
-
Method Detail
-
value
public List<BlobInventoryPolicyInner> value()
Get the value property: List of blob inventory policies.- Returns:
- the value value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-