Interface WebPubSubKeys


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

    Modifier and Type
    Method
    Description
    Gets the inner com.azure.resourcemanager.webpubsub.fluent.models.WebPubSubKeysInner object.
    Gets the primaryConnectionString property: Connection string constructed via the primaryKey.
    Gets the primaryKey property: The primary access key.
    Gets the secondaryConnectionString property: Connection string constructed via the secondaryKey.
    Gets the secondaryKey property: The secondary access key.
  • Method Details

    • primaryKey

      String primaryKey()
      Gets the primaryKey property: The primary access key.
      Returns:
      the primaryKey value.
    • secondaryKey

      String secondaryKey()
      Gets the secondaryKey property: The secondary access key.
      Returns:
      the secondaryKey value.
    • primaryConnectionString

      String primaryConnectionString()
      Gets the primaryConnectionString property: Connection string constructed via the primaryKey.
      Returns:
      the primaryConnectionString value.
    • secondaryConnectionString

      String secondaryConnectionString()
      Gets the secondaryConnectionString property: Connection string constructed via the secondaryKey.
      Returns:
      the secondaryConnectionString value.
    • innerModel

      WebPubSubKeysInner innerModel()
      Gets the inner com.azure.resourcemanager.webpubsub.fluent.models.WebPubSubKeysInner object.
      Returns:
      the inner object.