Share via


SubscriptionContract Interface

Implements

com.microsoft.azure.arm.model.HasInner<com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.SubscriptionContractInner> com.microsoft.azure.arm.model.Indexable com.microsoft.azure.arm.model.Updatable<Update> com.microsoft.azure.arm.resources.models.HasManager<com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.ApiManagementManager>

public interface SubscriptionContract
extends com.microsoft.azure.arm.model.HasInner<com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.SubscriptionContractInner>, com.microsoft.azure.arm.model.Indexable, com.microsoft.azure.arm.model.Updatable<Update>, com.microsoft.azure.arm.resources.models.HasManager<com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.ApiManagementManager>

Type representing SubscriptionContract.

Method Summary

Modifier and Type Method and Description
abstract java.lang.Boolean allowTracing()
abstract org.joda.time.DateTime createdDate()
abstract java.lang.String displayName()
abstract org.joda.time.DateTime endDate()
abstract org.joda.time.DateTime expirationDate()
abstract java.lang.String id()
abstract java.lang.String name()
abstract org.joda.time.DateTime notificationDate()
abstract java.lang.String ownerId()
abstract java.lang.String primaryKey()
abstract java.lang.String scope()
abstract java.lang.String secondaryKey()
abstract org.joda.time.DateTime startDate()
abstract SubscriptionState state()
abstract java.lang.String stateComment()
abstract java.lang.String type()

Method Details

allowTracing

public abstract Boolean allowTracing()

Returns:

the allowTracing value.

createdDate

public abstract DateTime createdDate()

Returns:

the createdDate value.

displayName

public abstract String displayName()

Returns:

the displayName value.

endDate

public abstract DateTime endDate()

Returns:

the endDate value.

expirationDate

public abstract DateTime expirationDate()

Returns:

the expirationDate value.

id

public abstract String id()

Returns:

the id value.

name

public abstract String name()

Returns:

the name value.

notificationDate

public abstract DateTime notificationDate()

Returns:

the notificationDate value.

ownerId

public abstract String ownerId()

Returns:

the ownerId value.

primaryKey

public abstract String primaryKey()

Returns:

the primaryKey value.

scope

public abstract String scope()

Returns:

the scope value.

secondaryKey

public abstract String secondaryKey()

Returns:

the secondaryKey value.

startDate

public abstract DateTime startDate()

Returns:

the startDate value.

state

public abstract SubscriptionState state()

Returns:

the state value.

stateComment

public abstract String stateComment()

Returns:

the stateComment value.

type

public abstract String type()

Returns:

the type value.

Applies to