Uses of Class
com.azure.resourcemanager.apimanagement.models.AccessInformationCreateParameters
Packages that use AccessInformationCreateParameters
Package
Description
Package containing the service clients for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of AccessInformationCreateParameters in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent with parameters of type AccessInformationCreateParametersModifier and TypeMethodDescriptionTenantAccessClient.create(String resourceGroupName, String serviceName, AccessIdName accessName, String ifMatch, AccessInformationCreateParameters parameters) Update tenant access information details.TenantAccessClient.createWithResponse(String resourceGroupName, String serviceName, AccessIdName accessName, String ifMatch, AccessInformationCreateParameters parameters, com.azure.core.util.Context context) Update tenant access information details. -
Uses of AccessInformationCreateParameters in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return AccessInformationCreateParametersModifier and TypeMethodDescriptionAccessInformationCreateParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AccessInformationCreateParameters from the JsonReader.AccessInformationCreateParameters.withEnabled(Boolean enabled) Set the enabled property: Determines whether direct access is enabled.AccessInformationCreateParameters.withPrimaryKey(String primaryKey) Set the primaryKey property: Primary access key.AccessInformationCreateParameters.withPrincipalId(String principalId) Set the principalId property: Principal (User) Identifier.AccessInformationCreateParameters.withSecondaryKey(String secondaryKey) Set the secondaryKey property: Secondary access key.