Uses of Enum
com.azure.resourcemanager.compute.models.GalleryApplicationCustomActionParameterType
Packages that use GalleryApplicationCustomActionParameterType
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of GalleryApplicationCustomActionParameterType in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return GalleryApplicationCustomActionParameterTypeModifier and TypeMethodDescriptionGalleryApplicationCustomActionParameterType.fromString(String value) Parses a serialized value to a GalleryApplicationCustomActionParameterType instance.GalleryApplicationCustomActionParameter.type()Get the type property: Specifies the type of the custom action parameter.Returns the enum constant of this type with the specified name.GalleryApplicationCustomActionParameterType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.resourcemanager.compute.models with parameters of type GalleryApplicationCustomActionParameterTypeModifier and TypeMethodDescriptionGalleryApplicationCustomActionParameter.withType(GalleryApplicationCustomActionParameterType type) Set the type property: Specifies the type of the custom action parameter.