DatabaseAccountListReadOnlyKeysResultInner Class

  • java.lang.Object
    • com.azure.resourcemanager.cosmos.fluent.models.DatabaseAccountListReadOnlyKeysResultInner

public class DatabaseAccountListReadOnlyKeysResultInner

The read-only access keys for the given database account.

Constructor Summary

Constructor Description
DatabaseAccountListReadOnlyKeysResultInner()

Creates an instance of DatabaseAccountListReadOnlyKeysResultInner class.

Method Summary

Modifier and Type Method and Description
String primaryReadonlyMasterKey()

Get the primaryReadonlyMasterKey property: Base 64 encoded value of the primary read-only key.

String secondaryReadonlyMasterKey()

Get the secondaryReadonlyMasterKey property: Base 64 encoded value of the secondary read-only key.

void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

DatabaseAccountListReadOnlyKeysResultInner

public DatabaseAccountListReadOnlyKeysResultInner()

Creates an instance of DatabaseAccountListReadOnlyKeysResultInner class.

Method Details

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.

Applies to