Interface EventHubAuthorizationKey

All Superinterfaces:
HasInnerModel<AccessKeysInner>

public interface EventHubAuthorizationKey extends HasInnerModel<AccessKeysInner>
Type representing access key of EventHubNamespaceAuthorizationRule.
  • Method Details

    • primaryKey

      String primaryKey()
      Gets primary access key.
      Returns:
      primary access key
    • secondaryKey

      String secondaryKey()
      Gets secondary access key.
      Returns:
      secondary access key
    • primaryConnectionString

      String primaryConnectionString()
      Gets primary connection string.
      Returns:
      primary connection string
    • secondaryConnectionString

      String secondaryConnectionString()
      Gets secondary connection string.
      Returns:
      secondary connection string