Uses of Class
com.azure.resourcemanager.apimanagement.fluent.models.SubscriptionUpdateParameterProperties
Packages that use SubscriptionUpdateParameterProperties
Package
Description
Package containing the inner data models for ApiManagementClient.
-
Uses of SubscriptionUpdateParameterProperties in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return SubscriptionUpdateParameterPropertiesModifier and TypeMethodDescriptionSubscriptionUpdateParameterProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SubscriptionUpdateParameterProperties from the JsonReader.SubscriptionUpdateParameterProperties.withAllowTracing(Boolean allowTracing) Set the allowTracing property: Determines whether tracing can be enabled.SubscriptionUpdateParameterProperties.withDisplayName(String displayName) Set the displayName property: Subscription name.SubscriptionUpdateParameterProperties.withExpirationDate(OffsetDateTime expirationDate) Set the expirationDate property: Subscription expiration date.SubscriptionUpdateParameterProperties.withOwnerId(String ownerId) Set the ownerId property: User identifier path: /users/{userId}.SubscriptionUpdateParameterProperties.withPrimaryKey(String primaryKey) Set the primaryKey property: Primary subscription key.Set the scope property: Scope like /products/{productId} or /apis or /apis/{apiId}.SubscriptionUpdateParameterProperties.withSecondaryKey(String secondaryKey) Set the secondaryKey property: Secondary subscription key.SubscriptionUpdateParameterProperties.withState(SubscriptionState state) Set the state property: Subscription state.SubscriptionUpdateParameterProperties.withStateComment(String stateComment) Set the stateComment property: Comments describing subscription state change by the administrator when the state is changed to the 'rejected'.