Interface EventHubAuthorizationKey
-
- All Superinterfaces:
com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.eventhub.implementation.AccessKeysInner>
@Beta(V1_7_0) public interface EventHubAuthorizationKey extends com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.eventhub.implementation.AccessKeysInner>Type representing access key ofEventHubNamespaceAuthorizationRule.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringprimaryConnectionString()StringprimaryKey()StringsecondaryConnectionString()StringsecondaryKey()
-
-
-
Method Detail
-
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
-
-