DaprSubscription Interface
public interface DaprSubscription
An immutable client-side representation of DaprSubscription.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Dapr |
bulkSubscribe()
Gets the bulk |
| abstract String |
deadLetterTopic()
Gets the dead |
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
|
abstract
Dapr |
innerModel()
Gets the inner com. |
| 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 pubsub |
|
abstract
Dapr |
refresh()
Refreshes the resource to sync with Azure. |
|
abstract
Dapr |
refresh(Context context)
Refreshes the resource to sync with Azure. |
| abstract String |
resourceGroupName()
Gets the name of the resource group. |
|
abstract
Dapr |
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
System |
systemData()
Gets the system |
| 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 Dapr |
Method Details
bulkSubscribe
public abstract DaprSubscriptionBulkSubscribeOptions bulkSubscribe()
Gets the bulkSubscribe property: Bulk subscription options.
Returns:
deadLetterTopic
public abstract String deadLetterTopic()
Gets the deadLetterTopic property: Deadletter topic name.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract DaprSubscriptionInner innerModel()
Gets the inner com.azure.resourcemanager.appcontainers.fluent.models.DaprSubscriptionInner object.
Returns:
metadata
public abstract Map<String,String> metadata()
Gets the metadata property: Subscription metadata.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
pubsubName
public abstract String pubsubName()
Gets the pubsubName property: Dapr PubSub component name.
Returns:
refresh
public abstract DaprSubscription refresh()
Refreshes the resource to sync with Azure.
Returns:
refresh
public abstract DaprSubscription refresh(Context context)
Refreshes the resource to sync with Azure.
Parameters:
Returns:
resourceGroupName
public abstract String resourceGroupName()
Gets the name of the resource group.
Returns:
routes
public abstract DaprSubscriptionRoutes routes()
Gets the routes property: Subscription routes.
Returns:
scopes
public abstract List<String> scopes()
Gets the scopes property: Application scopes to restrict the subscription to specific apps.
Returns:
systemData
public abstract SystemData systemData()
Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
topic
public abstract String topic()
Gets the topic property: Topic name.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns:
update
public abstract DaprSubscription.Update update()
Begins update for the DaprSubscription resource.
Returns: