Interface ResourceListKeys


  • public interface ResourceListKeys
    An immutable client-side representation of ResourceListKeys.
    • Method Detail

      • primaryConnectionString

        String primaryConnectionString()
        Gets the primaryConnectionString property: PrimaryConnectionString of the AuthorizationRule.
        Returns:
        the primaryConnectionString value.
      • secondaryConnectionString

        String secondaryConnectionString()
        Gets the secondaryConnectionString property: SecondaryConnectionString of the created AuthorizationRule.
        Returns:
        the secondaryConnectionString value.
      • primaryKey

        String primaryKey()
        Gets the primaryKey property: PrimaryKey of the created AuthorizationRule.
        Returns:
        the primaryKey value.
      • secondaryKey

        String secondaryKey()
        Gets the secondaryKey property: SecondaryKey of the created AuthorizationRule.
        Returns:
        the secondaryKey value.
      • keyName

        String keyName()
        Gets the keyName property: KeyName of the created AuthorizationRule.
        Returns:
        the keyName value.
      • innerModel

        ResourceListKeysInner innerModel()
        Gets the inner com.azure.resourcemanager.notificationhubs.fluent.models.ResourceListKeysInner object.
        Returns:
        the inner object.