Interface EventHubAuthorizationKey
- All Superinterfaces:
com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel<AccessKeysInner>
public interface EventHubAuthorizationKey
extends com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel<AccessKeysInner>
Type representing access key of
EventHubNamespaceAuthorizationRule.-
Method Summary
Modifier and TypeMethodDescriptionGets primary connection string.Gets primary access key.Gets secondary connection string.Gets secondary access key.Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModel
-
Method Details
-
-
secondaryKey
-
primaryConnectionString
-
secondaryConnectionString
String secondaryConnectionString()Gets secondary connection string.- Returns:
- secondary connection string
-