次の方法で共有


NamespaceTopicEventSubscriptions Interface

public interface NamespaceTopicEventSubscriptions

Resource collection API of NamespaceTopicEventSubscriptions.

Method Summary

Modifier and Type Method and Description
abstract Blank define(String name)

Begins definition for a new Subscription resource.

abstract void delete(String resourceGroupName, String namespaceName, String topicName, String eventSubscriptionName)

Delete an event subscription of a namespace topic.

abstract void delete(String resourceGroupName, String namespaceName, String topicName, String eventSubscriptionName, Context context)

Delete an event subscription of a namespace topic.

abstract void deleteById(String id)

Delete an event subscription of a namespace topic.

abstract void deleteByIdWithResponse(String id, Context context)

Delete an event subscription of a namespace topic.

abstract Subscription get(String resourceGroupName, String namespaceName, String topicName, String eventSubscriptionName)

Get an event subscription of a namespace topic.

abstract Subscription getById(String id)

Get an event subscription of a namespace topic.

abstract Response<Subscription> getByIdWithResponse(String id, Context context)

Get an event subscription of a namespace topic.

abstract DeliveryAttributeListResult getDeliveryAttributes(String resourceGroupName, String namespaceName, String topicName, String eventSubscriptionName)

Get delivery attributes for an event subscription of a namespace topic.

abstract Response<DeliveryAttributeListResult> getDeliveryAttributesWithResponse(String resourceGroupName, String namespaceName, String topicName, String eventSubscriptionName, Context context)

Get delivery attributes for an event subscription of a namespace topic.

abstract SubscriptionFullUrl getFullUrl(String resourceGroupName, String namespaceName, String topicName, String eventSubscriptionName)

Get full URL of an event subscription of a namespace topic.

abstract Response<SubscriptionFullUrl> getFullUrlWithResponse(String resourceGroupName, String namespaceName, String topicName, String eventSubscriptionName, Context context)

Get full URL of an event subscription of a namespace topic.

abstract Response<Subscription> getWithResponse(String resourceGroupName, String namespaceName, String topicName, String eventSubscriptionName, Context context)

Get an event subscription of a namespace topic.

abstract PagedIterable<Subscription> listByNamespaceTopic(String resourceGroupName, String namespaceName, String topicName)

List event subscriptions of a namespace topic.

abstract PagedIterable<Subscription> listByNamespaceTopic(String resourceGroupName, String namespaceName, String topicName, String filter, Integer top, Context context)

List event subscriptions of a namespace topic.

Method Details

define

public abstract Subscription.DefinitionStages.Blank define(String name)

Begins definition for a new Subscription resource.

Parameters:

name - resource name.

Returns:

the first stage of the new Subscription definition.

delete

public abstract void delete(String resourceGroupName, String namespaceName, String topicName, String eventSubscriptionName)

Delete an event subscription of a namespace topic. Delete an existing event subscription of a namespace topic.

Parameters:

resourceGroupName - The name of the resource group within the user's subscription.
namespaceName - Name of the namespace.
topicName - Name of the namespace topic.
eventSubscriptionName - Name of the event subscription to be deleted.

delete

public abstract void delete(String resourceGroupName, String namespaceName, String topicName, String eventSubscriptionName, Context context)

Delete an event subscription of a namespace topic. Delete an existing event subscription of a namespace topic.

Parameters:

resourceGroupName - The name of the resource group within the user's subscription.
namespaceName - Name of the namespace.
topicName - Name of the namespace topic.
eventSubscriptionName - Name of the event subscription to be deleted.
context - The context to associate with this operation.

deleteById

public abstract void deleteById(String id)

Delete an event subscription of a namespace topic. Delete an existing event subscription of a namespace topic.

Parameters:

id - the resource ID.

deleteByIdWithResponse

public abstract void deleteByIdWithResponse(String id, Context context)

Delete an event subscription of a namespace topic. Delete an existing event subscription of a namespace topic.

Parameters:

id - the resource ID.
context - The context to associate with this operation.

get

public abstract Subscription get(String resourceGroupName, String namespaceName, String topicName, String eventSubscriptionName)

Get an event subscription of a namespace topic. Get properties of an event subscription of a namespace topic.

Parameters:

resourceGroupName - The name of the resource group within the user's subscription.
namespaceName - Name of the namespace.
topicName - Name of the namespace topic.
eventSubscriptionName - Name of the event subscription to be found.

Returns:

properties of an event subscription of a namespace topic.

getById

public abstract Subscription getById(String id)

Get an event subscription of a namespace topic. Get properties of an event subscription of a namespace topic.

Parameters:

id - the resource ID.

Returns:

properties of an event subscription of a namespace topic along with Response<T>.

getByIdWithResponse

public abstract Response<Subscription> getByIdWithResponse(String id, Context context)

Get an event subscription of a namespace topic. Get properties of an event subscription of a namespace topic.

Parameters:

id - the resource ID.
context - The context to associate with this operation.

Returns:

properties of an event subscription of a namespace topic along with Response<T>.

getDeliveryAttributes

public abstract DeliveryAttributeListResult getDeliveryAttributes(String resourceGroupName, String namespaceName, String topicName, String eventSubscriptionName)

Get delivery attributes for an event subscription of a namespace topic. Get all delivery attributes for an event subscription of a namespace topic.

Parameters:

resourceGroupName - The name of the resource group within the user's subscription.
namespaceName - Name of the namespace.
topicName - Name of the namespace topic.
eventSubscriptionName - Name of the event subscription.

Returns:

all delivery attributes for an event subscription of a namespace topic.

getDeliveryAttributesWithResponse

public abstract Response<DeliveryAttributeListResult> getDeliveryAttributesWithResponse(String resourceGroupName, String namespaceName, String topicName, String eventSubscriptionName, Context context)

Get delivery attributes for an event subscription of a namespace topic. Get all delivery attributes for an event subscription of a namespace topic.

Parameters:

resourceGroupName - The name of the resource group within the user's subscription.
namespaceName - Name of the namespace.
topicName - Name of the namespace topic.
eventSubscriptionName - Name of the event subscription.
context - The context to associate with this operation.

Returns:

all delivery attributes for an event subscription of a namespace topic along with Response<T>.

getFullUrl

public abstract SubscriptionFullUrl getFullUrl(String resourceGroupName, String namespaceName, String topicName, String eventSubscriptionName)

Get full URL of an event subscription of a namespace topic. Get the full endpoint URL for an event subscription of a namespace topic.

Parameters:

resourceGroupName - The name of the resource group within the user's subscription.
namespaceName - Name of the namespace.
topicName - Name of the namespace topic.
eventSubscriptionName - Name of the event subscription.

Returns:

the full endpoint URL for an event subscription of a namespace topic.

getFullUrlWithResponse

public abstract Response<SubscriptionFullUrl> getFullUrlWithResponse(String resourceGroupName, String namespaceName, String topicName, String eventSubscriptionName, Context context)

Get full URL of an event subscription of a namespace topic. Get the full endpoint URL for an event subscription of a namespace topic.

Parameters:

resourceGroupName - The name of the resource group within the user's subscription.
namespaceName - Name of the namespace.
topicName - Name of the namespace topic.
eventSubscriptionName - Name of the event subscription.
context - The context to associate with this operation.

Returns:

the full endpoint URL for an event subscription of a namespace topic along with Response<T>.

getWithResponse

public abstract Response<Subscription> getWithResponse(String resourceGroupName, String namespaceName, String topicName, String eventSubscriptionName, Context context)

Get an event subscription of a namespace topic. Get properties of an event subscription of a namespace topic.

Parameters:

resourceGroupName - The name of the resource group within the user's subscription.
namespaceName - Name of the namespace.
topicName - Name of the namespace topic.
eventSubscriptionName - Name of the event subscription to be found.
context - The context to associate with this operation.

Returns:

properties of an event subscription of a namespace topic along with Response<T>.

listByNamespaceTopic

public abstract PagedIterable<Subscription> listByNamespaceTopic(String resourceGroupName, String namespaceName, String topicName)

List event subscriptions of a namespace topic. List event subscriptions that belong to a specific namespace topic.

Parameters:

resourceGroupName - The name of the resource group within the user's subscription.
namespaceName - Name of the namespace.
topicName - Name of the namespace topic.

Returns:

result of the List event subscriptions operation as paginated response with PagedIterable<T>.

listByNamespaceTopic

public abstract PagedIterable<Subscription> listByNamespaceTopic(String resourceGroupName, String namespaceName, String topicName, String filter, Integer top, Context context)

List event subscriptions of a namespace topic. List event subscriptions that belong to a specific namespace topic.

Parameters:

resourceGroupName - The name of the resource group within the user's subscription.
namespaceName - Name of the namespace.
topicName - Name of the namespace topic.
filter - The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'.
top - The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page.
context - The context to associate with this operation.

Returns:

result of the List event subscriptions operation as paginated response with PagedIterable<T>.

Applies to