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

102 строки
10 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.SystemTopicEventSubscriptions"
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.SystemTopicEventSubscriptions"
name: "SystemTopicEventSubscriptions"
nameWithType: "SystemTopicEventSubscriptions"
summary: "Type representing System<wbr>Topic<wbr>Event<wbr>Subscriptions."
syntax: "public interface **SystemTopicEventSubscriptions**</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.SystemTopicEventSubscription.DefinitionStages.Blank?alt=com.microsoft.azure.management.eventgrid.v2020_04_01_preview.SystemTopicEventSubscription.DefinitionStages.Blank&text=Blank\" 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.SystemTopicEventSubscriptionsInner?alt=com.microsoft.azure.management.eventgrid.v2020_04_01_preview.implementation.SystemTopicEventSubscriptionsInner&text=SystemTopicEventSubscriptionsInner\" data-throw-if-not-resolved=\"False\" />&gt;"
methods:
- uid: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.SystemTopicEventSubscriptions.deleteAsync(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.SystemTopicEventSubscriptions.deleteAsync(String resourceGroupName, String systemTopicName, String eventSubscriptionName)"
name: "deleteAsync(String resourceGroupName, String systemTopicName, String eventSubscriptionName)"
nameWithType: "SystemTopicEventSubscriptions.deleteAsync(String resourceGroupName, String systemTopicName, String eventSubscriptionName)"
summary: "Delete an event subscription of a system 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 system topic."
name: "systemTopicName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "Name of the event subscription to be created. Event subscription names must be between 3 and 100 characters in length and use alphanumeric letters only."
name: "eventSubscriptionName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Completable deleteAsync(String resourceGroupName, String systemTopicName, String eventSubscriptionName)"
desc: "Delete an event subscription of a system topic. Delete an event subscription of a system topic."
returns:
description: "the observable for the request"
type: "<xref href=\"rx.Completable?alt=rx.Completable&text=Completable\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.SystemTopicEventSubscriptions.getAsync(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.SystemTopicEventSubscriptions.getAsync(String resourceGroupName, String systemTopicName, String eventSubscriptionName)"
name: "getAsync(String resourceGroupName, String systemTopicName, String eventSubscriptionName)"
nameWithType: "SystemTopicEventSubscriptions.getAsync(String resourceGroupName, String systemTopicName, String eventSubscriptionName)"
summary: "Get an event subscription of a system 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 system topic."
name: "systemTopicName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "Name of the event subscription to be created. Event subscription names must be between 3 and 100 characters in length and use alphanumeric letters only."
name: "eventSubscriptionName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Observable<SystemTopicEventSubscription> getAsync(String resourceGroupName, String systemTopicName, String eventSubscriptionName)"
desc: "Get an event subscription of a system topic. Get an event subscription."
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.SystemTopicEventSubscription?alt=com.microsoft.azure.management.eventgrid.v2020_04_01_preview.SystemTopicEventSubscription&text=SystemTopicEventSubscription\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.SystemTopicEventSubscriptions.getFullUrlAsync(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.SystemTopicEventSubscriptions.getFullUrlAsync(String resourceGroupName, String systemTopicName, String eventSubscriptionName)"
name: "getFullUrlAsync(String resourceGroupName, String systemTopicName, String eventSubscriptionName)"
nameWithType: "SystemTopicEventSubscriptions.getFullUrlAsync(String resourceGroupName, String systemTopicName, String eventSubscriptionName)"
summary: "Get full URL of an event subscription of a system 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 system topic."
name: "systemTopicName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "Name of the event subscription to be created. Event subscription names must be between 3 and 100 characters in length and use alphanumeric letters only."
name: "eventSubscriptionName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Observable<EventSubscriptionFullUrl> getFullUrlAsync(String resourceGroupName, String systemTopicName, String eventSubscriptionName)"
desc: "Get full URL of an event subscription of a system topic. Get the full endpoint URL for an event subscription of a system 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.EventSubscriptionFullUrl?alt=com.microsoft.azure.management.eventgrid.v2020_04_01_preview.EventSubscriptionFullUrl&text=EventSubscriptionFullUrl\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.SystemTopicEventSubscriptions.listBySystemTopicAsync(java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.SystemTopicEventSubscriptions.listBySystemTopicAsync(String resourceGroupName, String systemTopicName)"
name: "listBySystemTopicAsync(String resourceGroupName, String systemTopicName)"
nameWithType: "SystemTopicEventSubscriptions.listBySystemTopicAsync(String resourceGroupName, String systemTopicName)"
summary: "List event subscriptions of a system 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 system topic."
name: "systemTopicName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Observable<SystemTopicEventSubscription> listBySystemTopicAsync(String resourceGroupName, String systemTopicName)"
desc: "List event subscriptions of a system topic. List event subscriptions that belong to a specific system 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.SystemTopicEventSubscription?alt=com.microsoft.azure.management.eventgrid.v2020_04_01_preview.SystemTopicEventSubscription&text=SystemTopicEventSubscription\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "Type representing SystemTopicEventSubscriptions."
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.SystemTopicEventSubscription.DefinitionStages.Blank?alt=com.microsoft.azure.management.eventgrid.v2020_04_01_preview.SystemTopicEventSubscription.DefinitionStages.Blank&text=Blank\" 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.SystemTopicEventSubscriptionsInner?alt=com.microsoft.azure.management.eventgrid.v2020_04_01_preview.implementation.SystemTopicEventSubscriptionsInner&text=SystemTopicEventSubscriptionsInner\" 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