Uses of Class
com.azure.resourcemanager.apimanagement.fluent.models.AccessInformationCreateParameterProperties
Packages that use AccessInformationCreateParameterProperties
Package
Description
Package containing the inner data models for ApiManagementClient.
-
Uses of AccessInformationCreateParameterProperties in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return AccessInformationCreateParameterPropertiesModifier and TypeMethodDescriptionAccessInformationCreateParameterProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AccessInformationCreateParameterProperties from the JsonReader.AccessInformationCreateParameterProperties.withEnabled(Boolean enabled) Set the enabled property: Determines whether direct access is enabled.AccessInformationCreateParameterProperties.withPrimaryKey(String primaryKey) Set the primaryKey property: Primary access key.AccessInformationCreateParameterProperties.withPrincipalId(String principalId) Set the principalId property: Principal (User) Identifier.AccessInformationCreateParameterProperties.withSecondaryKey(String secondaryKey) Set the secondaryKey property: Secondary access key.