Uses of Class
com.azure.resourcemanager.compute.models.GenericGalleryParameter
Packages that use GenericGalleryParameter
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of GenericGalleryParameter in com.azure.resourcemanager.compute.models
Subclasses of GenericGalleryParameter in com.azure.resourcemanager.compute.modelsModifier and TypeClassDescriptionfinal classThe definition of a parameter that can be passed to a script of a Gallery Script Version.Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type GenericGalleryParameterModifier and TypeClassDescriptionclassThe definition of a generic gallery parameter.Methods in com.azure.resourcemanager.compute.models that return GenericGalleryParameterModifier and TypeMethodDescriptionstatic GenericGalleryParameterGenericGalleryParameter.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of GenericGalleryParameter from the JsonReader.GenericGalleryParameter.withDefaultValue(String defaultValue) Set the defaultValue property: The default value of the parameter, only applies to string types.GenericGalleryParameter.withDescription(String description) Set the description property: A description to help users understand what this parameter means.Set the name property: The name of the parameter.GenericGalleryParameter.withRequired(Boolean required) Set the required property: Indicates whether this parameter must be passed.