84 строки
8.1 KiB
YAML
84 строки
8.1 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.eventhub.AuthorizationRule"
|
|
fullName: "com.microsoft.azure.management.eventhub.AuthorizationRule<RuleT>"
|
|
name: "AuthorizationRule<RuleT>"
|
|
nameWithType: "AuthorizationRule<RuleT>"
|
|
summary: "The base type representing authorization rule of event hub namespace and event hub."
|
|
syntax: "public interface **AuthorizationRule<RuleT>**</br> extends <xref href=\"com.microsoft.azure.management.eventhub.NestedResource?alt=com.microsoft.azure.management.eventhub.NestedResource&text=NestedResource\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.eventhub.implementation.AuthorizationRuleInner?alt=com.microsoft.azure.management.eventhub.implementation.AuthorizationRuleInner&text=AuthorizationRuleInner\" data-throw-if-not-resolved=\"False\" />>, <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager&text=HasManager\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.eventhub.implementation.EventHubManager?alt=com.microsoft.azure.management.eventhub.implementation.EventHubManager&text=EventHubManager\" data-throw-if-not-resolved=\"False\" />>, <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Refreshable?alt=com.microsoft.azure.management.resources.fluentcore.model.Refreshable&text=Refreshable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"RuleT?alt=RuleT&text=RuleT\" data-throw-if-not-resolved=\"False\" />>"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.eventhub.AuthorizationRule.getKeys()"
|
|
fullName: "com.microsoft.azure.management.eventhub.AuthorizationRule<RuleT>.getKeys()"
|
|
name: "getKeys()"
|
|
nameWithType: "AuthorizationRule<RuleT>.getKeys()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract EventHubAuthorizationKey getKeys()"
|
|
returns:
|
|
description: "the access keys (primary, secondary) and the connection strings"
|
|
type: "<xref href=\"com.microsoft.azure.management.eventhub.EventHubAuthorizationKey?alt=com.microsoft.azure.management.eventhub.EventHubAuthorizationKey&text=EventHubAuthorizationKey\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.eventhub.AuthorizationRule.getKeysAsync()"
|
|
fullName: "com.microsoft.azure.management.eventhub.AuthorizationRule<RuleT>.getKeysAsync()"
|
|
name: "getKeysAsync()"
|
|
nameWithType: "AuthorizationRule<RuleT>.getKeysAsync()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract Observable<EventHubAuthorizationKey> getKeysAsync()"
|
|
returns:
|
|
description: "a representation of the deferred computation of this call, returning access keys (primary, secondary) and the connection strings"
|
|
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.eventhub.EventHubAuthorizationKey?alt=com.microsoft.azure.management.eventhub.EventHubAuthorizationKey&text=EventHubAuthorizationKey\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.management.eventhub.AuthorizationRule.regenerateKey(com.microsoft.azure.management.eventhub.KeyType)"
|
|
fullName: "com.microsoft.azure.management.eventhub.AuthorizationRule<RuleT>.regenerateKey(KeyType keyType)"
|
|
name: "regenerateKey(KeyType keyType)"
|
|
nameWithType: "AuthorizationRule<RuleT>.regenerateKey(KeyType keyType)"
|
|
summary: "Regenerates primary or secondary keys."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "the key to regenerate"
|
|
name: "keyType"
|
|
type: "<xref href=\"com.microsoft.azure.management.eventhub.KeyType?alt=com.microsoft.azure.management.eventhub.KeyType&text=KeyType\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract EventHubAuthorizationKey regenerateKey(KeyType keyType)"
|
|
desc: "Regenerates primary or secondary keys."
|
|
returns:
|
|
description: "the access keys (primary, secondary) and the connection strings"
|
|
type: "<xref href=\"com.microsoft.azure.management.eventhub.EventHubAuthorizationKey?alt=com.microsoft.azure.management.eventhub.EventHubAuthorizationKey&text=EventHubAuthorizationKey\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.eventhub.AuthorizationRule.regenerateKeyAsync(com.microsoft.azure.management.eventhub.KeyType)"
|
|
fullName: "com.microsoft.azure.management.eventhub.AuthorizationRule<RuleT>.regenerateKeyAsync(KeyType keyType)"
|
|
name: "regenerateKeyAsync(KeyType keyType)"
|
|
nameWithType: "AuthorizationRule<RuleT>.regenerateKeyAsync(KeyType keyType)"
|
|
summary: "Regenerates primary or secondary access keys."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "the key to regenerate"
|
|
name: "keyType"
|
|
type: "<xref href=\"com.microsoft.azure.management.eventhub.KeyType?alt=com.microsoft.azure.management.eventhub.KeyType&text=KeyType\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Observable<EventHubAuthorizationKey> regenerateKeyAsync(KeyType keyType)"
|
|
desc: "Regenerates primary or secondary access keys."
|
|
returns:
|
|
description: "a representation of the deferred computation of this call, returning access keys (primary, secondary) and the connection strings"
|
|
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.eventhub.EventHubAuthorizationKey?alt=com.microsoft.azure.management.eventhub.EventHubAuthorizationKey&text=EventHubAuthorizationKey\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.management.eventhub.AuthorizationRule.rights()"
|
|
fullName: "com.microsoft.azure.management.eventhub.AuthorizationRule<RuleT>.rights()"
|
|
name: "rights()"
|
|
nameWithType: "AuthorizationRule<RuleT>.rights()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract List<AccessRights> rights()"
|
|
returns:
|
|
description: "rights associated with the authorization rule"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.eventhub.AccessRights?alt=com.microsoft.azure.management.eventhub.AccessRights&text=AccessRights\" data-throw-if-not-resolved=\"False\" />>"
|
|
type: "interface"
|
|
typeParameters:
|
|
- description: "the specific authorization rule type"
|
|
name: "RuleT"
|
|
desc: "The base type representing authorization rule of event hub namespace and event hub."
|
|
implements:
|
|
- "<xref href=\"com.microsoft.azure.management.eventhub.NestedResource?alt=com.microsoft.azure.management.eventhub.NestedResource&text=NestedResource\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager&text=HasManager\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.eventhub.implementation.EventHubManager?alt=com.microsoft.azure.management.eventhub.implementation.EventHubManager&text=EventHubManager\" data-throw-if-not-resolved=\"False\" />>"
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.eventhub.implementation.AuthorizationRuleInner?alt=com.microsoft.azure.management.eventhub.implementation.AuthorizationRuleInner&text=AuthorizationRuleInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Refreshable?alt=com.microsoft.azure.management.resources.fluentcore.model.Refreshable&text=Refreshable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"RuleT?alt=RuleT&text=RuleT\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.eventhub"
|
|
artifact: com.microsoft.azure:azure-mgmt-eventhub:1.41.2
|