azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

88 строки
11 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.Topics"
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.Topics"
name: "Topics"
nameWithType: "Topics"
summary: "Type representing Topics."
syntax: "public interface **Topics**</br> extends <xref href=\"com.microsoft.azure.arm.collection.SupportsCreating?alt=com.microsoft.azure.arm.collection.SupportsCreating&text=SupportsCreating\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.eventgrid.v2020_04_01_preview.Topic.DefinitionStages.Blank?alt=com.microsoft.azure.management.eventgrid.v2020_04_01_preview.Topic.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.arm.resources.collection.SupportsDeletingByResourceGroup?alt=com.microsoft.azure.arm.resources.collection.SupportsDeletingByResourceGroup&text=SupportsDeletingByResourceGroup\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.microsoft.azure.arm.resources.collection.SupportsBatchDeletion?alt=com.microsoft.azure.arm.resources.collection.SupportsBatchDeletion&text=SupportsBatchDeletion\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.microsoft.azure.arm.resources.collection.SupportsGettingByResourceGroup?alt=com.microsoft.azure.arm.resources.collection.SupportsGettingByResourceGroup&text=SupportsGettingByResourceGroup\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.eventgrid.v2020_04_01_preview.Topic?alt=com.microsoft.azure.management.eventgrid.v2020_04_01_preview.Topic&text=Topic\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.arm.resources.collection.SupportsListingByResourceGroup?alt=com.microsoft.azure.arm.resources.collection.SupportsListingByResourceGroup&text=SupportsListingByResourceGroup\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.eventgrid.v2020_04_01_preview.Topic?alt=com.microsoft.azure.management.eventgrid.v2020_04_01_preview.Topic&text=Topic\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.arm.collection.SupportsListing?alt=com.microsoft.azure.arm.collection.SupportsListing&text=SupportsListing\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.eventgrid.v2020_04_01_preview.Topic?alt=com.microsoft.azure.management.eventgrid.v2020_04_01_preview.Topic&text=Topic\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.arm.model.HasInner?alt=com.microsoft.azure.arm.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.eventgrid.v2020_04_01_preview.implementation.TopicsInner?alt=com.microsoft.azure.management.eventgrid.v2020_04_01_preview.implementation.TopicsInner&text=TopicsInner\" data-throw-if-not-resolved=\"False\" />&gt;"
methods:
- uid: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.Topics.listEventTypesAsync(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.Topics.listEventTypesAsync(String resourceGroupName, String providerNamespace, String resourceTypeName, String resourceName)"
name: "listEventTypesAsync(String resourceGroupName, String providerNamespace, String resourceTypeName, String resourceName)"
nameWithType: "Topics.listEventTypesAsync(String resourceGroupName, String providerNamespace, String resourceTypeName, String resourceName)"
summary: "List topic event types."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group within the user's subscription."
name: "resourceGroupName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "Namespace of the provider of the topic."
name: "providerNamespace"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "Name of the topic type."
name: "resourceTypeName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "Name of the topic."
name: "resourceName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Observable<EventType> listEventTypesAsync(String resourceGroupName, String providerNamespace, String resourceTypeName, String resourceName)"
desc: "List topic event types. List event types for a topic."
returns:
description: "the observable for the request"
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.eventgrid.v2020_04_01_preview.EventType?alt=com.microsoft.azure.management.eventgrid.v2020_04_01_preview.EventType&text=EventType\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.Topics.listSharedAccessKeysAsync(java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.Topics.listSharedAccessKeysAsync(String resourceGroupName, String topicName)"
name: "listSharedAccessKeysAsync(String resourceGroupName, String topicName)"
nameWithType: "Topics.listSharedAccessKeysAsync(String resourceGroupName, String topicName)"
summary: "List keys for a topic."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group within the user's subscription."
name: "resourceGroupName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "Name of the topic."
name: "topicName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Observable<TopicSharedAccessKeys> listSharedAccessKeysAsync(String resourceGroupName, String topicName)"
desc: "List keys for a topic. List the two keys used to publish to a topic."
returns:
description: "the observable for the request"
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.eventgrid.v2020_04_01_preview.TopicSharedAccessKeys?alt=com.microsoft.azure.management.eventgrid.v2020_04_01_preview.TopicSharedAccessKeys&text=TopicSharedAccessKeys\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.Topics.regenerateKeyAsync(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.Topics.regenerateKeyAsync(String resourceGroupName, String topicName, String keyName)"
name: "regenerateKeyAsync(String resourceGroupName, String topicName, String keyName)"
nameWithType: "Topics.regenerateKeyAsync(String resourceGroupName, String topicName, String keyName)"
summary: "Regenerate key for a topic."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group within the user's subscription."
name: "resourceGroupName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "Name of the topic."
name: "topicName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "Key name to regenerate key1 or key2"
name: "keyName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Observable<TopicSharedAccessKeys> regenerateKeyAsync(String resourceGroupName, String topicName, String keyName)"
desc: "Regenerate key for a topic. Regenerate a shared access key for a topic."
returns:
description: "the observable for the request"
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.eventgrid.v2020_04_01_preview.TopicSharedAccessKeys?alt=com.microsoft.azure.management.eventgrid.v2020_04_01_preview.TopicSharedAccessKeys&text=TopicSharedAccessKeys\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "Type representing Topics."
implements:
- "<xref href=\"com.microsoft.azure.arm.collection.SupportsCreating?alt=com.microsoft.azure.arm.collection.SupportsCreating&text=SupportsCreating\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.eventgrid.v2020_04_01_preview.Topic.DefinitionStages.Blank?alt=com.microsoft.azure.management.eventgrid.v2020_04_01_preview.Topic.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.arm.collection.SupportsListing?alt=com.microsoft.azure.arm.collection.SupportsListing&text=SupportsListing\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.eventgrid.v2020_04_01_preview.Topic?alt=com.microsoft.azure.management.eventgrid.v2020_04_01_preview.Topic&text=Topic\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.arm.model.HasInner?alt=com.microsoft.azure.arm.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.eventgrid.v2020_04_01_preview.implementation.TopicsInner?alt=com.microsoft.azure.management.eventgrid.v2020_04_01_preview.implementation.TopicsInner&text=TopicsInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.arm.resources.collection.SupportsBatchDeletion?alt=com.microsoft.azure.arm.resources.collection.SupportsBatchDeletion&text=SupportsBatchDeletion\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.arm.resources.collection.SupportsDeletingByResourceGroup?alt=com.microsoft.azure.arm.resources.collection.SupportsDeletingByResourceGroup&text=SupportsDeletingByResourceGroup\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.arm.resources.collection.SupportsGettingByResourceGroup?alt=com.microsoft.azure.arm.resources.collection.SupportsGettingByResourceGroup&text=SupportsGettingByResourceGroup\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.eventgrid.v2020_04_01_preview.Topic?alt=com.microsoft.azure.management.eventgrid.v2020_04_01_preview.Topic&text=Topic\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.arm.resources.collection.SupportsListingByResourceGroup?alt=com.microsoft.azure.arm.resources.collection.SupportsListingByResourceGroup&text=SupportsListingByResourceGroup\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.eventgrid.v2020_04_01_preview.Topic?alt=com.microsoft.azure.management.eventgrid.v2020_04_01_preview.Topic&text=Topic\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview"
artifact: com.microsoft.azure.eventgrid.v2020_04_01_preview:azure-mgmt-eventgrid:1.0.0-beta-3