Uses of Class
com.azure.resourcemanager.apimanagement.fluent.models.UserTokenParameterProperties
Packages that use UserTokenParameterProperties
Package
Description
Package containing the inner data models for ApiManagementClient.
-
Uses of UserTokenParameterProperties in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return UserTokenParameterPropertiesModifier and TypeMethodDescriptionstatic UserTokenParameterPropertiesUserTokenParameterProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of UserTokenParameterProperties from the JsonReader.UserTokenParameterProperties.withExpiry(OffsetDateTime expiry) Set the expiry property: The Expiry time of the Token.UserTokenParameterProperties.withKeyType(KeyType keyType) Set the keyType property: The Key to be used to generate token for user.