Dijeli putem


DaprSubscription Interface

public interface DaprSubscription

An immutable client-side representation of DaprSubscription.

Method Summary

Modifier and Type Method and Description
abstract DaprSubscriptionBulkSubscribeOptions bulkSubscribe()

Gets the bulkSubscribe property: Bulk subscription options.

abstract String deadLetterTopic()

Gets the deadLetterTopic property: Deadletter topic name.

abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

abstract DaprSubscriptionInner innerModel()

Gets the inner com.azure.resourcemanager.appcontainers.fluent.models.DaprSubscriptionInner object.

abstract Map<String,String> metadata()

Gets the metadata property: Subscription metadata.

abstract String name()

Gets the name property: The name of the resource.

abstract String pubsubName()

Gets the pubsubName property: Dapr PubSub component name.

abstract DaprSubscription refresh()

Refreshes the resource to sync with Azure.

abstract DaprSubscription refresh(Context context)

Refreshes the resource to sync with Azure.

abstract String resourceGroupName()

Gets the name of the resource group.

abstract DaprSubscriptionRoutes routes()

Gets the routes property: Subscription routes.

abstract List<String> scopes()

Gets the scopes property: Application scopes to restrict the subscription to specific apps.

abstract SystemData systemData()

Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

abstract String topic()

Gets the topic property: Topic name.

abstract String type()

Gets the type property: The type of the resource.

abstract Update update()

Begins update for the DaprSubscription resource.

Method Details

bulkSubscribe

public abstract DaprSubscriptionBulkSubscribeOptions bulkSubscribe()

Gets the bulkSubscribe property: Bulk subscription options.

Returns:

the bulkSubscribe value.

deadLetterTopic

public abstract String deadLetterTopic()

Gets the deadLetterTopic property: Deadletter topic name.

Returns:

the deadLetterTopic value.

id

public abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

Returns:

the id value.

innerModel

public abstract DaprSubscriptionInner innerModel()

Gets the inner com.azure.resourcemanager.appcontainers.fluent.models.DaprSubscriptionInner object.

Returns:

the inner object.

metadata

public abstract Map<String,String> metadata()

Gets the metadata property: Subscription metadata.

Returns:

the metadata value.

name

public abstract String name()

Gets the name property: The name of the resource.

Returns:

the name value.

pubsubName

public abstract String pubsubName()

Gets the pubsubName property: Dapr PubSub component name.

Returns:

the pubsubName value.

refresh

public abstract DaprSubscription refresh()

Refreshes the resource to sync with Azure.

Returns:

the refreshed resource.

refresh

public abstract DaprSubscription refresh(Context context)

Refreshes the resource to sync with Azure.

Parameters:

context - The context to associate with this operation.

Returns:

the refreshed resource.

resourceGroupName

public abstract String resourceGroupName()

Gets the name of the resource group.

Returns:

the name of the resource group.

routes

public abstract DaprSubscriptionRoutes routes()

Gets the routes property: Subscription routes.

Returns:

the routes value.

scopes

public abstract List<String> scopes()

Gets the scopes property: Application scopes to restrict the subscription to specific apps.

Returns:

the scopes value.

systemData

public abstract SystemData systemData()

Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

Returns:

the systemData value.

topic

public abstract String topic()

Gets the topic property: Topic name.

Returns:

the topic value.

type

public abstract String type()

Gets the type property: The type of the resource.

Returns:

the type value.

update

public abstract DaprSubscription.Update update()

Begins update for the DaprSubscription resource.

Returns:

the stage of resource update.

Applies to