Subscription Interface
public interface Subscription
An immutable client-side representation of Subscription.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Delivery |
deliveryConfiguration()
Gets the delivery |
|
abstract
Delivery |
eventDeliverySchema()
Gets the event |
|
abstract
Offset |
expirationTimeUtc()
Gets the expiration |
|
abstract
Filters |
filtersConfiguration()
Gets the filters |
|
abstract
Delivery |
getDeliveryAttributes()
Get delivery attributes for an event subscription of a namespace topic. |
|
abstract
Response<Delivery |
getDeliveryAttributesWithResponse(Context context)
Get delivery attributes for an event subscription of a namespace topic. |
|
abstract
Subscription |
getFullUrl()
Get full URL of an event subscription of a namespace topic. |
|
abstract
Response<Subscription |
getFullUrlWithResponse(Context context)
Get full URL of an event subscription of a namespace topic. |
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
|
abstract
Subscription |
innerModel()
Gets the inner com. |
| abstract String |
name()
Gets the name property: The name of the resource. |
|
abstract
Subscription |
provisioningState()
Gets the provisioning |
| abstract Subscription |
refresh()
Refreshes the resource to sync with Azure. |
| abstract Subscription |
refresh(Context context)
Refreshes the resource to sync with Azure. |
| abstract String |
resourceGroupName()
Gets the name of the resource group. |
|
abstract
System |
systemData()
Gets the system |
| abstract Map<String,String> |
tags()
Gets the tags property: Tags relating to Event Subscription resource. |
| abstract String |
type()
Gets the type property: The type of the resource. |
| abstract Update |
update()
Begins update for the Subscription resource. |
Method Details
deliveryConfiguration
public abstract DeliveryConfiguration deliveryConfiguration()
Gets the deliveryConfiguration property: Information about the delivery configuration of the event subscription.
Returns:
eventDeliverySchema
public abstract DeliverySchema eventDeliverySchema()
Gets the eventDeliverySchema property: The event delivery schema for the event subscription.
Returns:
expirationTimeUtc
public abstract OffsetDateTime expirationTimeUtc()
Gets the expirationTimeUtc property: Expiration time of the event subscription.
Returns:
filtersConfiguration
public abstract FiltersConfiguration filtersConfiguration()
Gets the filtersConfiguration property: Information about the filter for the event subscription.
Returns:
getDeliveryAttributes
public abstract DeliveryAttributeListResult getDeliveryAttributes()
Get delivery attributes for an event subscription of a namespace topic. Get all delivery attributes for an event subscription of a namespace topic.
Returns:
getDeliveryAttributesWithResponse
public abstract Response<DeliveryAttributeListResult> getDeliveryAttributesWithResponse(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:
Returns:
getFullUrl
public abstract SubscriptionFullUrl getFullUrl()
Get full URL of an event subscription of a namespace topic. Get the full endpoint URL for an event subscription of a namespace topic.
Returns:
getFullUrlWithResponse
public abstract Response<SubscriptionFullUrl> getFullUrlWithResponse(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:
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract SubscriptionInner innerModel()
Gets the inner com.azure.resourcemanager.eventgrid.fluent.models.SubscriptionInner object.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
provisioningState
public abstract SubscriptionProvisioningState provisioningState()
Gets the provisioningState property: Provisioning state of the event subscription.
Returns:
refresh
public abstract Subscription refresh()
Refreshes the resource to sync with Azure.
Returns:
refresh
public abstract Subscription 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:
systemData
public abstract SystemData systemData()
Gets the systemData property: The system metadata relating to the Event Grid resource.
Returns:
tags
public abstract Map<String,String> tags()
Gets the tags property: Tags relating to Event Subscription resource.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns:
update
public abstract Subscription.Update update()
Begins update for the Subscription resource.
Returns: