java.lang.Object
com.azure.resourcemanager.servicebus.fluent.models.AccessKeysInner
- All Implemented Interfaces:
com.azure.json.JsonSerializable<AccessKeysInner>
-
Constructor Summary
Constructors
Creates an instance of AccessKeysInner class.
-
Method Summary
Get the aliasPrimaryConnectionString property: Primary connection string of the alias if GEO DR is enabled.
Get the aliasSecondaryConnectionString property: Secondary connection string of the alias if GEO DR is enabled.
fromJson(com.azure.json.JsonReader jsonReader)
Reads an instance of AccessKeysInner from the JsonReader.
Get the keyName property: A string that describes the authorization rule.
Get the primaryConnectionString property: Primary connection string of the created namespace authorization rule.
Get the primaryKey property: A base64-encoded 256-bit primary key for signing and validating the SAS token.
Get the secondaryConnectionString property: Secondary connection string of the created namespace authorization
rule.
Get the secondaryKey property: A base64-encoded 256-bit primary key for signing and validating the SAS token.
com.azure.json.JsonWriter
toJson(com.azure.json.JsonWriter jsonWriter)
void
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.azure.json.JsonSerializable
toJson, toJson, toJsonBytes, toJsonString
-
-
Method Details
-
-
secondaryConnectionString
-
aliasPrimaryConnectionString
-
aliasSecondaryConnectionString
-
-
-
-
-
-