Interface AccessKeys


public interface AccessKeys
An immutable client-side representation of AccessKeys.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the inner com.azure.resourcemanager.relay.fluent.models.AccessKeysInner object.
    Gets the keyName property: A string that describes the authorization rule.
    Gets the primaryConnectionString property: Primary connection string of the created namespace authorization rule.
    Gets the primaryKey property: A base64-encoded 256-bit primary key for signing and validating the SAS token.
    Gets the secondaryConnectionString property: Secondary connection string of the created namespace authorization rule.
    Gets the secondaryKey property: A base64-encoded 256-bit secondary key for signing and validating the SAS token.
  • Method Details

    • primaryConnectionString

      String primaryConnectionString()
      Gets the primaryConnectionString property: Primary connection string of the created namespace authorization rule.
      Returns:
      the primaryConnectionString value.
    • secondaryConnectionString

      String secondaryConnectionString()
      Gets the secondaryConnectionString property: Secondary connection string of the created namespace authorization rule.
      Returns:
      the secondaryConnectionString value.
    • primaryKey

      String primaryKey()
      Gets the primaryKey property: A base64-encoded 256-bit primary key for signing and validating the SAS token.
      Returns:
      the primaryKey value.
    • secondaryKey

      String secondaryKey()
      Gets the secondaryKey property: A base64-encoded 256-bit secondary key for signing and validating the SAS token.
      Returns:
      the secondaryKey value.
    • keyName

      String keyName()
      Gets the keyName property: A string that describes the authorization rule.
      Returns:
      the keyName value.
    • innerModel

      AccessKeysInner innerModel()
      Gets the inner com.azure.resourcemanager.relay.fluent.models.AccessKeysInner object.
      Returns:
      the inner object.