82 строки
7.3 KiB
YAML
82 строки
7.3 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.servicebus.AuthorizationRule"
|
|
fullName: "com.microsoft.azure.management.servicebus.AuthorizationRule<RuleT>"
|
|
name: "AuthorizationRule<RuleT>"
|
|
nameWithType: "AuthorizationRule<RuleT>"
|
|
summary: "Type representing authorization rule."
|
|
syntax: "public interface **AuthorizationRule<RuleT>**</br> extends <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.IndependentChildResource?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.IndependentChildResource&text=IndependentChildResource\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.servicebus.implementation.ServiceBusManager?alt=com.microsoft.azure.management.servicebus.implementation.ServiceBusManager&text=ServiceBusManager\" data-throw-if-not-resolved=\"False\" />,<xref href=\"com.microsoft.azure.management.servicebus.implementation.SharedAccessAuthorizationRuleInner?alt=com.microsoft.azure.management.servicebus.implementation.SharedAccessAuthorizationRuleInner&text=SharedAccessAuthorizationRuleInner\" 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.servicebus.AuthorizationRule.getKeys()"
|
|
fullName: "com.microsoft.azure.management.servicebus.AuthorizationRule<RuleT>.getKeys()"
|
|
name: "getKeys()"
|
|
nameWithType: "AuthorizationRule<RuleT>.getKeys()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract AuthorizationKeys getKeys()"
|
|
returns:
|
|
description: "the primary, secondary keys and connection strings"
|
|
type: "<xref href=\"com.microsoft.azure.management.servicebus.AuthorizationKeys?alt=com.microsoft.azure.management.servicebus.AuthorizationKeys&text=AuthorizationKeys\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.servicebus.AuthorizationRule.getKeysAsync()"
|
|
fullName: "com.microsoft.azure.management.servicebus.AuthorizationRule<RuleT>.getKeysAsync()"
|
|
name: "getKeysAsync()"
|
|
nameWithType: "AuthorizationRule<RuleT>.getKeysAsync()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract Observable<AuthorizationKeys> getKeysAsync()"
|
|
returns:
|
|
description: "a representation of the deferred computation of this call, returning the primary, secondary keys 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.servicebus.AuthorizationKeys?alt=com.microsoft.azure.management.servicebus.AuthorizationKeys&text=AuthorizationKeys\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.management.servicebus.AuthorizationRule.regenerateKey(com.microsoft.azure.management.servicebus.Policykey)"
|
|
fullName: "com.microsoft.azure.management.servicebus.AuthorizationRule<RuleT>.regenerateKey(Policykey policykey)"
|
|
name: "regenerateKey(Policykey policykey)"
|
|
nameWithType: "AuthorizationRule<RuleT>.regenerateKey(Policykey policykey)"
|
|
summary: "Regenerates primary or secondary keys."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "the key to regenerate"
|
|
name: "policykey"
|
|
type: "<xref href=\"com.microsoft.azure.management.servicebus.Policykey?alt=com.microsoft.azure.management.servicebus.Policykey&text=Policykey\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract AuthorizationKeys regenerateKey(Policykey policykey)"
|
|
desc: "Regenerates primary or secondary keys."
|
|
returns:
|
|
description: "primary, secondary keys and connection strings"
|
|
type: "<xref href=\"com.microsoft.azure.management.servicebus.AuthorizationKeys?alt=com.microsoft.azure.management.servicebus.AuthorizationKeys&text=AuthorizationKeys\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.servicebus.AuthorizationRule.regenerateKeyAsync(com.microsoft.azure.management.servicebus.Policykey)"
|
|
fullName: "com.microsoft.azure.management.servicebus.AuthorizationRule<RuleT>.regenerateKeyAsync(Policykey policykey)"
|
|
name: "regenerateKeyAsync(Policykey policykey)"
|
|
nameWithType: "AuthorizationRule<RuleT>.regenerateKeyAsync(Policykey policykey)"
|
|
summary: "Regenerates primary or secondary keys."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "the key to regenerate"
|
|
name: "policykey"
|
|
type: "<xref href=\"com.microsoft.azure.management.servicebus.Policykey?alt=com.microsoft.azure.management.servicebus.Policykey&text=Policykey\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Observable<AuthorizationKeys> regenerateKeyAsync(Policykey policykey)"
|
|
desc: "Regenerates primary or secondary keys."
|
|
returns:
|
|
description: "a representation of the deferred computation of this call, returning the primary, secondary keys 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.servicebus.AuthorizationKeys?alt=com.microsoft.azure.management.servicebus.AuthorizationKeys&text=AuthorizationKeys\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.management.servicebus.AuthorizationRule.rights()"
|
|
fullName: "com.microsoft.azure.management.servicebus.AuthorizationRule<RuleT>.rights()"
|
|
name: "rights()"
|
|
nameWithType: "AuthorizationRule<RuleT>.rights()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract List<AccessRights> rights()"
|
|
returns:
|
|
description: "rights associated with the 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.servicebus.AccessRights?alt=com.microsoft.azure.management.servicebus.AccessRights&text=AccessRights\" data-throw-if-not-resolved=\"False\" />>"
|
|
type: "interface"
|
|
typeParameters:
|
|
- description: "the specific rule type"
|
|
name: "RuleT"
|
|
desc: "Type representing authorization rule."
|
|
implements:
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.IndependentChildResource?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.IndependentChildResource&text=IndependentChildResource\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.servicebus.implementation.ServiceBusManager?alt=com.microsoft.azure.management.servicebus.implementation.ServiceBusManager&text=ServiceBusManager\" data-throw-if-not-resolved=\"False\" />,<xref href=\"com.microsoft.azure.management.servicebus.implementation.SharedAccessAuthorizationRuleInner?alt=com.microsoft.azure.management.servicebus.implementation.SharedAccessAuthorizationRuleInner&text=SharedAccessAuthorizationRuleInner\" 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.servicebus"
|
|
artifact: com.microsoft.azure:azure-mgmt-servicebus:1.41.4
|