次の方法で共有


Subscription Interface

public interface Subscription

An immutable client-side representation of Subscription.

Method Summary

Modifier and Type Method and Description
abstract DeliveryConfiguration deliveryConfiguration()

Gets the deliveryConfiguration property: Information about the delivery configuration of the event subscription.

abstract DeliverySchema eventDeliverySchema()

Gets the eventDeliverySchema property: The event delivery schema for the event subscription.

abstract OffsetDateTime expirationTimeUtc()

Gets the expirationTimeUtc property: Expiration time of the event subscription.

abstract FiltersConfiguration filtersConfiguration()

Gets the filtersConfiguration property: Information about the filter for the event subscription.

abstract DeliveryAttributeListResult getDeliveryAttributes()

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

abstract Response<DeliveryAttributeListResult> getDeliveryAttributesWithResponse(Context context)

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

abstract SubscriptionFullUrl getFullUrl()

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

abstract Response<SubscriptionFullUrl> 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 SubscriptionInner innerModel()

Gets the inner com.azure.resourcemanager.eventgrid.fluent.models.SubscriptionInner object.

abstract String name()

Gets the name property: The name of the resource.

abstract SubscriptionProvisioningState provisioningState()

Gets the provisioningState property: Provisioning state of the event subscription.

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 SystemData systemData()

Gets the systemData property: The system metadata relating to the Event Grid resource.

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:

the deliveryConfiguration value.

eventDeliverySchema

public abstract DeliverySchema eventDeliverySchema()

Gets the eventDeliverySchema property: The event delivery schema for the event subscription.

Returns:

the eventDeliverySchema value.

expirationTimeUtc

public abstract OffsetDateTime expirationTimeUtc()

Gets the expirationTimeUtc property: Expiration time of the event subscription.

Returns:

the expirationTimeUtc value.

filtersConfiguration

public abstract FiltersConfiguration filtersConfiguration()

Gets the filtersConfiguration property: Information about the filter for the event subscription.

Returns:

the filtersConfiguration value.

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:

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

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:

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()

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:

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

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:

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>.

id

public abstract String id()

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

Returns:

the id value.

innerModel

public abstract SubscriptionInner innerModel()

Gets the inner com.azure.resourcemanager.eventgrid.fluent.models.SubscriptionInner object.

Returns:

the inner object.

name

public abstract String name()

Gets the name property: The name of the resource.

Returns:

the name value.

provisioningState

public abstract SubscriptionProvisioningState provisioningState()

Gets the provisioningState property: Provisioning state of the event subscription.

Returns:

the provisioningState value.

refresh

public abstract Subscription refresh()

Refreshes the resource to sync with Azure.

Returns:

the refreshed resource.

refresh

public abstract Subscription 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.

systemData

public abstract SystemData systemData()

Gets the systemData property: The system metadata relating to the Event Grid resource.

Returns:

the systemData value.

tags

public abstract Map<String,String> tags()

Gets the tags property: Tags relating to Event Subscription resource.

Returns:

the tags value.

type

public abstract String type()

Gets the type property: The type of the resource.

Returns:

the type value.

update

public abstract Subscription.Update update()

Begins update for the Subscription resource.

Returns:

the stage of resource update.

Applies to