Uses of Class
com.azure.resourcemanager.compute.models.GalleryScriptParameterType
Packages that use GalleryScriptParameterType
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of GalleryScriptParameterType in com.azure.resourcemanager.compute.models
Subclasses with type arguments of type GalleryScriptParameterType in com.azure.resourcemanager.compute.modelsModifier and TypeClassDescriptionfinal classSpecifies the type of the Gallery Script parameter.Fields in com.azure.resourcemanager.compute.models declared as GalleryScriptParameterTypeModifier and TypeFieldDescriptionstatic final GalleryScriptParameterTypeGalleryScriptParameterType.BOOLEANStatic value Boolean for GalleryScriptParameterType.static final GalleryScriptParameterTypeGalleryScriptParameterType.DOUBLEStatic value Double for GalleryScriptParameterType.static final GalleryScriptParameterTypeGalleryScriptParameterType.ENUMStatic value Enum for GalleryScriptParameterType.static final GalleryScriptParameterTypeGalleryScriptParameterType.INTStatic value Int for GalleryScriptParameterType.static final GalleryScriptParameterTypeGalleryScriptParameterType.STRINGStatic value String for GalleryScriptParameterType.Methods in com.azure.resourcemanager.compute.models that return GalleryScriptParameterTypeModifier and TypeMethodDescriptionstatic GalleryScriptParameterTypeGalleryScriptParameterType.fromString(String name) Creates or finds a GalleryScriptParameterType from its string representation.GalleryScriptParameter.type()Get 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 GalleryScriptParameterTypeModifier and TypeMethodDescriptionstatic Collection<GalleryScriptParameterType> GalleryScriptParameterType.values()Gets known GalleryScriptParameterType values.Methods in com.azure.resourcemanager.compute.models with parameters of type GalleryScriptParameterTypeModifier and TypeMethodDescriptionGalleryScriptParameter.withType(GalleryScriptParameterType type) Set the type property: Specifies the type of the Gallery Script parameter.