Interface EventHubAuthorizationKey

All Superinterfaces:
HasInner<com.microsoft.azure.management.eventhub.implementation.AccessKeysInner>

@Beta(V1_7_0) public interface EventHubAuthorizationKey extends HasInner<com.microsoft.azure.management.eventhub.implementation.AccessKeysInner>
Type representing access key of EventHubNamespaceAuthorizationRule.
  • Method Details

    • primaryKey

      @Beta(V1_7_0) String primaryKey()
      Returns:
      primary access key
    • secondaryKey

      @Beta(V1_7_0) String secondaryKey()
      Returns:
      secondary access key
    • primaryConnectionString

      @Beta(V1_7_0) String primaryConnectionString()
      Returns:
      primary connection string
    • secondaryConnectionString

      @Beta(V1_7_0) String secondaryConnectionString()
      Returns:
      secondary connection string