Share via


SystemTopicEventSubscription Interface

Implements

com.microsoft.azure.arm.model.HasInner<com.microsoft.azure.management.eventgrid.v2020_04_01_preview.implementation.EventSubscriptionInner> com.microsoft.azure.arm.model.Indexable com.microsoft.azure.arm.model.Refreshable<SystemTopicEventSubscription> com.microsoft.azure.arm.model.Updatable<Update> com.microsoft.azure.arm.resources.models.HasManager<com.microsoft.azure.management.eventgrid.v2020_04_01_preview.implementation.EventGridManager>

public interface SystemTopicEventSubscription
extends com.microsoft.azure.arm.model.HasInner<com.microsoft.azure.management.eventgrid.v2020_04_01_preview.implementation.EventSubscriptionInner>, com.microsoft.azure.arm.model.Indexable, com.microsoft.azure.arm.model.Refreshable<SystemTopicEventSubscription>, com.microsoft.azure.arm.model.Updatable<Update>, com.microsoft.azure.arm.resources.models.HasManager<com.microsoft.azure.management.eventgrid.v2020_04_01_preview.implementation.EventGridManager>

Type representing SystemTopicEventSubscription.

Method Summary

Modifier and Type Method and Description
abstract DeadLetterDestination deadLetterDestination()
abstract DeadLetterWithResourceIdentity deadLetterWithResourceIdentity()
abstract DeliveryWithResourceIdentity deliveryWithResourceIdentity()
abstract EventSubscriptionDestination destination()
abstract EventDeliverySchema eventDeliverySchema()
abstract org.joda.time.DateTime expirationTimeUtc()
abstract EventSubscriptionFilter filter()
abstract java.lang.String id()
abstract java.util.List<java.lang.String> labels()
abstract java.lang.String name()
abstract EventSubscriptionProvisioningState provisioningState()
abstract RetryPolicy retryPolicy()
abstract java.lang.String topic()
abstract java.lang.String type()

Method Details

deadLetterDestination

public abstract DeadLetterDestination deadLetterDestination()

Returns:

the deadLetterDestination value.

deadLetterWithResourceIdentity

public abstract DeadLetterWithResourceIdentity deadLetterWithResourceIdentity()

Returns:

the deadLetterWithResourceIdentity value.

deliveryWithResourceIdentity

public abstract DeliveryWithResourceIdentity deliveryWithResourceIdentity()

Returns:

the deliveryWithResourceIdentity value.

destination

public abstract EventSubscriptionDestination destination()

Returns:

the destination value.

eventDeliverySchema

public abstract EventDeliverySchema eventDeliverySchema()

Returns:

the eventDeliverySchema value.

expirationTimeUtc

public abstract DateTime expirationTimeUtc()

Returns:

the expirationTimeUtc value.

filter

public abstract EventSubscriptionFilter filter()

Returns:

the filter value.

id

public abstract String id()

Returns:

the id value.

labels

public abstract List<String> labels()

Returns:

the labels value.

name

public abstract String name()

Returns:

the name value.

provisioningState

public abstract EventSubscriptionProvisioningState provisioningState()

Returns:

the provisioningState value.

retryPolicy

public abstract RetryPolicy retryPolicy()

Returns:

the retryPolicy value.

topic

public abstract String topic()

Returns:

the topic value.

type

public abstract String type()

Returns:

the type value.

Applies to