46 строки
2.7 KiB
YAML
46 строки
2.7 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.eventhub.EventHubAuthorizationRule"
|
|
fullName: "com.microsoft.azure.management.eventhub.EventHubAuthorizationRule"
|
|
name: "EventHubAuthorizationRule"
|
|
nameWithType: "EventHubAuthorizationRule"
|
|
summary: "Type representing authorization rule of an event hub."
|
|
syntax: "public interface EventHubAuthorizationRule extends AuthorizationRule<EventHubAuthorizationRule>"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.eventhub.EventHubAuthorizationRule.eventHubName()"
|
|
fullName: "com.microsoft.azure.management.eventhub.EventHubAuthorizationRule.eventHubName()"
|
|
name: "eventHubName()"
|
|
nameWithType: "EventHubAuthorizationRule.eventHubName()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String eventHubName()"
|
|
returns:
|
|
description: "the name of the parent event hub"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.eventhub.EventHubAuthorizationRule.namespaceName()"
|
|
fullName: "com.microsoft.azure.management.eventhub.EventHubAuthorizationRule.namespaceName()"
|
|
name: "namespaceName()"
|
|
nameWithType: "EventHubAuthorizationRule.namespaceName()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String namespaceName()"
|
|
returns:
|
|
description: "the namespace name of parent event hub"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.eventhub.EventHubAuthorizationRule.namespaceResourceGroupName()"
|
|
fullName: "com.microsoft.azure.management.eventhub.EventHubAuthorizationRule.namespaceResourceGroupName()"
|
|
name: "namespaceResourceGroupName()"
|
|
nameWithType: "EventHubAuthorizationRule.namespaceResourceGroupName()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String namespaceResourceGroupName()"
|
|
returns:
|
|
description: "the resource group of the namespace where parent event hub resides"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "interface"
|
|
desc: "Type representing authorization rule of an event hub."
|
|
implements:
|
|
- "<xref href=\"com.microsoft.azure.management.eventhub.AuthorizationRule?alt=com.microsoft.azure.management.eventhub.AuthorizationRule&text=AuthorizationRule\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.eventhub.EventHubAuthorizationRule?alt=com.microsoft.azure.management.eventhub.EventHubAuthorizationRule&text=EventHubAuthorizationRule\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.eventhub"
|
|
artifact: com.microsoft.azure:azure-mgmt-eventhub:1.41.2
|