Class DatabaseAccountListReadOnlyKeysResultInner
- java.lang.Object
-
- com.azure.resourcemanager.cosmos.fluent.models.DatabaseAccountListReadOnlyKeysResultInner
-
- Direct Known Subclasses:
DatabaseAccountListKeysResultInner
public class DatabaseAccountListReadOnlyKeysResultInner extends Object
The read-only access keys for the given database account.
-
-
Constructor Summary
Constructors Constructor Description DatabaseAccountListReadOnlyKeysResultInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringprimaryReadonlyMasterKey()Get the primaryReadonlyMasterKey property: Base 64 encoded value of the primary read-only key.StringsecondaryReadonlyMasterKey()Get the secondaryReadonlyMasterKey property: Base 64 encoded value of the secondary read-only key.voidvalidate()Validates the instance.
-
-
-
Method Detail
-
primaryReadonlyMasterKey
public String primaryReadonlyMasterKey()
Get the primaryReadonlyMasterKey property: Base 64 encoded value of the primary read-only key.- Returns:
- the primaryReadonlyMasterKey value.
-
secondaryReadonlyMasterKey
public String secondaryReadonlyMasterKey()
Get the secondaryReadonlyMasterKey property: Base 64 encoded value of the secondary read-only key.- Returns:
- the secondaryReadonlyMasterKey value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-