Uses of Class
com.azure.resourcemanager.compute.models.GalleryScriptParameter
Packages that use GalleryScriptParameter
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of GalleryScriptParameter in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return GalleryScriptParameterModifier and TypeMethodDescriptionstatic GalleryScriptParameterGalleryScriptParameter.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of GalleryScriptParameter from the JsonReader.GalleryScriptParameter.withDefaultValue(String defaultValue) Set the defaultValue property: The default value of the parameter, only applies to string types.GalleryScriptParameter.withDescription(String description) Set the description property: A description to help users understand what this parameter means.GalleryScriptParameter.withEnumValues(List<String> enumValues) Set the enumValues property: A list of permissible values.GalleryScriptParameter.withMaxValue(String maxValue) Set the maxValue property: The minimum value of parameter.GalleryScriptParameter.withMinValue(String minValue) Set the minValue property: The minimum value of parameter.Set the name property: The name of the parameter.GalleryScriptParameter.withRequired(Boolean required) Set the required property: Indicates whether this parameter must be passed.GalleryScriptParameter.withType(GalleryScriptParameterType type) Set the type property: Specifies the type of the Gallery Script parameter.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type GalleryScriptParameterModifier and TypeMethodDescriptionScriptSource.parameters()Get the parameters property: Optional.Method parameters in com.azure.resourcemanager.compute.models with type arguments of type GalleryScriptParameterModifier and TypeMethodDescriptionScriptSource.withParameters(List<GalleryScriptParameter> parameters) Set the parameters property: Optional.