Class AccessKeysInner
- java.lang.Object
-
- com.azure.resourcemanager.servicebus.fluent.models.AccessKeysInner
-
public final class AccessKeysInner extends Object
Namespace/ServiceBus Connection String.
-
-
Constructor Summary
Constructors Constructor Description AccessKeysInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringaliasPrimaryConnectionString()Get the aliasPrimaryConnectionString property: Primary connection string of the alias if GEO DR is enabled.StringaliasSecondaryConnectionString()Get the aliasSecondaryConnectionString property: Secondary connection string of the alias if GEO DR is enabled.StringkeyName()Get the keyName property: A string that describes the authorization rule.StringprimaryConnectionString()Get the primaryConnectionString property: Primary connection string of the created namespace authorization rule.StringprimaryKey()Get the primaryKey property: A base64-encoded 256-bit primary key for signing and validating the SAS token.StringsecondaryConnectionString()Get the secondaryConnectionString property: Secondary connection string of the created namespace authorization rule.StringsecondaryKey()Get the secondaryKey property: A base64-encoded 256-bit primary key for signing and validating the SAS token.voidvalidate()Validates the instance.
-
-
-
Method Detail
-
primaryConnectionString
public String primaryConnectionString()
Get the primaryConnectionString property: Primary connection string of the created namespace authorization rule.- Returns:
- the primaryConnectionString value.
-
secondaryConnectionString
public String secondaryConnectionString()
Get the secondaryConnectionString property: Secondary connection string of the created namespace authorization rule.- Returns:
- the secondaryConnectionString value.
-
aliasPrimaryConnectionString
public String aliasPrimaryConnectionString()
Get the aliasPrimaryConnectionString property: Primary connection string of the alias if GEO DR is enabled.- Returns:
- the aliasPrimaryConnectionString value.
-
aliasSecondaryConnectionString
public String aliasSecondaryConnectionString()
Get the aliasSecondaryConnectionString property: Secondary connection string of the alias if GEO DR is enabled.- Returns:
- the aliasSecondaryConnectionString value.
-
primaryKey
public String primaryKey()
Get the primaryKey property: A base64-encoded 256-bit primary key for signing and validating the SAS token.- Returns:
- the primaryKey value.
-
secondaryKey
public String secondaryKey()
Get the secondaryKey property: A base64-encoded 256-bit primary key for signing and validating the SAS token.- Returns:
- the secondaryKey value.
-
keyName
public String keyName()
Get the keyName property: A string that describes the authorization rule.- Returns:
- the keyName value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-