Uses of Class
com.azure.resourcemanager.resources.models.ParameterDefinitionsValueMetadata
Packages that use ParameterDefinitionsValueMetadata
Package
Description
Package containing the data models for ResourceManagementClient.
-
Uses of ParameterDefinitionsValueMetadata in com.azure.resourcemanager.resources.models
Classes in com.azure.resourcemanager.resources.models that implement interfaces with type arguments of type ParameterDefinitionsValueMetadataModifier and TypeClassDescriptionfinal classGeneral metadata for the parameter.Methods in com.azure.resourcemanager.resources.models that return ParameterDefinitionsValueMetadataModifier and TypeMethodDescriptionParameterDefinitionsValueMetadata.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ParameterDefinitionsValueMetadata from the JsonReader.ParameterDefinitionsValue.metadata()Get the metadata property: General metadata for the parameter.ParameterDefinitionsValueMetadata.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: General metadata for the parameter.ParameterDefinitionsValueMetadata.withAssignPermissions(Boolean assignPermissions) Set the assignPermissions property: Set to true to have Azure portal create role assignments on the resource ID or resource scope value of this parameter during policy assignment.ParameterDefinitionsValueMetadata.withDescription(String description) Set the description property: The description of the parameter.ParameterDefinitionsValueMetadata.withDisplayName(String displayName) Set the displayName property: The display name for the parameter.ParameterDefinitionsValueMetadata.withStrongType(String strongType) Set the strongType property: Used when assigning the policy definition through the portal.Methods in com.azure.resourcemanager.resources.models with parameters of type ParameterDefinitionsValueMetadataModifier and TypeMethodDescriptionParameterDefinitionsValue.withMetadata(ParameterDefinitionsValueMetadata metadata) Set the metadata property: General metadata for the parameter.