public final class AccessKeysInner extends Object
| Constructor and Description |
|---|
AccessKeysInner() |
| Modifier and Type | Method and Description |
|---|---|
String |
aliasPrimaryConnectionString()
Get the aliasPrimaryConnectionString property: Primary connection string of the alias if GEO DR is enabled.
|
String |
aliasSecondaryConnectionString()
Get the aliasSecondaryConnectionString property: Secondary connection string of the alias if GEO DR is enabled.
|
String |
keyName()
Get the keyName property: A string that describes the authorization rule.
|
String |
primaryConnectionString()
Get the primaryConnectionString property: Primary connection string of the created namespace authorization rule.
|
String |
primaryKey()
Get the primaryKey property: A base64-encoded 256-bit primary key for signing and validating the SAS token.
|
String |
secondaryConnectionString()
Get the secondaryConnectionString property: Secondary connection string of the created namespace authorization
rule.
|
String |
secondaryKey()
Get the secondaryKey property: A base64-encoded 256-bit primary key for signing and validating the SAS token.
|
void |
validate()
Validates the instance.
|
public String primaryConnectionString()
public String secondaryConnectionString()
public String aliasPrimaryConnectionString()
public String aliasSecondaryConnectionString()
public String primaryKey()
public String secondaryKey()
public String keyName()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.