Uses of Class
com.azure.resourcemanager.apimanagement.fluent.models.SubscriptionContractProperties
Packages that use SubscriptionContractProperties
Package
Description
Package containing the inner data models for ApiManagementClient.
-
Uses of SubscriptionContractProperties in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return SubscriptionContractPropertiesModifier and TypeMethodDescriptionSubscriptionContractProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SubscriptionContractProperties from the JsonReader.SubscriptionContractProperties.withAllowTracing(Boolean allowTracing) Set the allowTracing property: Determines whether tracing is enabled.SubscriptionContractProperties.withDisplayName(String displayName) Set the displayName property: The name of the subscription, or null if the subscription has no name.SubscriptionContractProperties.withEndDate(OffsetDateTime endDate) Set the endDate property: Date when subscription was cancelled or expired.SubscriptionContractProperties.withExpirationDate(OffsetDateTime expirationDate) Set the expirationDate property: Subscription expiration date.SubscriptionContractProperties.withNotificationDate(OffsetDateTime notificationDate) Set the notificationDate property: Upcoming subscription expiration notification date.SubscriptionContractProperties.withOwnerId(String ownerId) Set the ownerId property: The user resource identifier of the subscription owner.SubscriptionContractProperties.withPrimaryKey(String primaryKey) Set the primaryKey property: Subscription primary key.Set the scope property: Scope like /products/{productId} or /apis or /apis/{apiId}.SubscriptionContractProperties.withSecondaryKey(String secondaryKey) Set the secondaryKey property: Subscription secondary key.SubscriptionContractProperties.withStartDate(OffsetDateTime startDate) Set the startDate property: Subscription activation date.SubscriptionContractProperties.withState(SubscriptionState state) Set the state property: Subscription state.SubscriptionContractProperties.withStateComment(String stateComment) Set the stateComment property: Optional subscription comment added by an administrator when the state is changed to the 'rejected'.