Uses of Class
com.azure.resourcemanager.compute.models.GalleryApplicationCustomActionParameter
Packages that use GalleryApplicationCustomActionParameter
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of GalleryApplicationCustomActionParameter in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return GalleryApplicationCustomActionParameterModifier and TypeMethodDescriptionGalleryApplicationCustomActionParameter.withDefaultValue(String defaultValue) Set the defaultValue property: The default value of the parameter.GalleryApplicationCustomActionParameter.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 custom action.GalleryApplicationCustomActionParameter.withRequired(Boolean required) Set the required property: Indicates whether this parameter must be passed when running the custom action.GalleryApplicationCustomActionParameter.withType(GalleryApplicationCustomActionParameterType type) Set the type property: Specifies the type of the custom action parameter.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type GalleryApplicationCustomActionParameterModifier and TypeMethodDescriptionGalleryApplicationCustomAction.parameters()Get the parameters property: The parameters that this custom action uses.Method parameters in com.azure.resourcemanager.compute.models with type arguments of type GalleryApplicationCustomActionParameterModifier and TypeMethodDescriptionGalleryApplicationCustomAction.withParameters(List<GalleryApplicationCustomActionParameter> parameters) Set the parameters property: The parameters that this custom action uses.