Class ObjectReplicationPolicies
- java.lang.Object
-
- com.azure.resourcemanager.storage.models.ObjectReplicationPolicies
-
public final class ObjectReplicationPolicies extends Object
List storage account object replication policies.
-
-
Constructor Summary
Constructors Constructor Description ObjectReplicationPolicies()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvalidate()Validates the instance.List<ObjectReplicationPolicyInner>value()Get the value property: The replication policy between two storage accounts.ObjectReplicationPolicieswithValue(List<ObjectReplicationPolicyInner> value)Set the value property: The replication policy between two storage accounts.
-
-
-
Method Detail
-
value
public List<ObjectReplicationPolicyInner> value()
Get the value property: The replication policy between two storage accounts.- Returns:
- the value value.
-
withValue
public ObjectReplicationPolicies withValue(List<ObjectReplicationPolicyInner> value)
Set the value property: The replication policy between two storage accounts.- Parameters:
value- the value value to set.- Returns:
- the ObjectReplicationPolicies object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-