56 строки
3.6 KiB
YAML
56 строки
3.6 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.servicebus.AuthorizationKeys"
|
|
fullName: "com.microsoft.azure.management.servicebus.AuthorizationKeys"
|
|
name: "AuthorizationKeys"
|
|
nameWithType: "AuthorizationKeys"
|
|
summary: "Authorization key and connection string of authorization rule associated with Service Bus entities."
|
|
syntax: "public interface **AuthorizationKeys**</br> extends <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.servicebus.implementation.ResourceListKeysInner?alt=com.microsoft.azure.management.servicebus.implementation.ResourceListKeysInner&text=ResourceListKeysInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.servicebus.AuthorizationKeys.primaryConnectionString()"
|
|
fullName: "com.microsoft.azure.management.servicebus.AuthorizationKeys.primaryConnectionString()"
|
|
name: "primaryConnectionString()"
|
|
nameWithType: "AuthorizationKeys.primaryConnectionString()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String primaryConnectionString()"
|
|
returns:
|
|
description: "primary connection string"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.servicebus.AuthorizationKeys.primaryKey()"
|
|
fullName: "com.microsoft.azure.management.servicebus.AuthorizationKeys.primaryKey()"
|
|
name: "primaryKey()"
|
|
nameWithType: "AuthorizationKeys.primaryKey()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String primaryKey()"
|
|
returns:
|
|
description: "primary key associated with the rule"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.servicebus.AuthorizationKeys.secondaryConnectionString()"
|
|
fullName: "com.microsoft.azure.management.servicebus.AuthorizationKeys.secondaryConnectionString()"
|
|
name: "secondaryConnectionString()"
|
|
nameWithType: "AuthorizationKeys.secondaryConnectionString()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String secondaryConnectionString()"
|
|
returns:
|
|
description: "secondary connection string"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.servicebus.AuthorizationKeys.secondaryKey()"
|
|
fullName: "com.microsoft.azure.management.servicebus.AuthorizationKeys.secondaryKey()"
|
|
name: "secondaryKey()"
|
|
nameWithType: "AuthorizationKeys.secondaryKey()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String secondaryKey()"
|
|
returns:
|
|
description: "secondary key associated with the rule"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "interface"
|
|
desc: "Authorization key and connection string of authorization rule associated with Service Bus entities."
|
|
implements:
|
|
- "<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.servicebus.implementation.ResourceListKeysInner?alt=com.microsoft.azure.management.servicebus.implementation.ResourceListKeysInner&text=ResourceListKeysInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.servicebus"
|
|
artifact: com.microsoft.azure:azure-mgmt-servicebus:1.41.4
|