Uses of Class
com.azure.resourcemanager.apimanagement.fluent.models.SubscriptionCreateParameterProperties
Packages that use SubscriptionCreateParameterProperties
Package
Description
Package containing the inner data models for ApiManagementClient.
-
Uses of SubscriptionCreateParameterProperties in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return SubscriptionCreateParameterPropertiesModifier and TypeMethodDescriptionSubscriptionCreateParameterProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SubscriptionCreateParameterProperties from the JsonReader.SubscriptionCreateParameterProperties.withAllowTracing(Boolean allowTracing) Set the allowTracing property: Determines whether tracing can be enabled.SubscriptionCreateParameterProperties.withDisplayName(String displayName) Set the displayName property: Subscription name.SubscriptionCreateParameterProperties.withOwnerId(String ownerId) Set the ownerId property: User (user id path) for whom subscription is being created in form /users/{userId}.SubscriptionCreateParameterProperties.withPrimaryKey(String primaryKey) Set the primaryKey property: Primary subscription key.Set the scope property: Scope like /products/{productId} or /apis or /apis/{apiId}.SubscriptionCreateParameterProperties.withSecondaryKey(String secondaryKey) Set the secondaryKey property: Secondary subscription key.SubscriptionCreateParameterProperties.withState(SubscriptionState state) Set the state property: Initial subscription state.