Uses of Class
com.azure.resourcemanager.compute.models.GalleryApplicationCustomAction
Packages that use GalleryApplicationCustomAction
Package
Description
Package containing the inner data models for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of GalleryApplicationCustomAction in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return types with arguments of type GalleryApplicationCustomActionModifier and TypeMethodDescriptionGalleryApplicationInner.customActions()Get the customActions property: A list of custom actions that can be performed with all of the Gallery Application Versions within this Gallery Application.GalleryApplicationProperties.customActions()Get the customActions property: A list of custom actions that can be performed with all of the Gallery Application Versions within this Gallery Application.Method parameters in com.azure.resourcemanager.compute.fluent.models with type arguments of type GalleryApplicationCustomActionModifier and TypeMethodDescriptionGalleryApplicationInner.withCustomActions(List<GalleryApplicationCustomAction> customActions) Set the customActions property: A list of custom actions that can be performed with all of the Gallery Application Versions within this Gallery Application.GalleryApplicationProperties.withCustomActions(List<GalleryApplicationCustomAction> customActions) Set the customActions property: A list of custom actions that can be performed with all of the Gallery Application Versions within this Gallery Application. -
Uses of GalleryApplicationCustomAction in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return GalleryApplicationCustomActionModifier and TypeMethodDescriptionGalleryApplicationCustomAction.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of GalleryApplicationCustomAction from the JsonReader.GalleryApplicationCustomAction.withDescription(String description) Set the description property: Description to help the users understand what this custom action does.Set the name property: The name of the custom action.GalleryApplicationCustomAction.withParameters(List<GalleryApplicationCustomActionParameter> parameters) Set the parameters property: The parameters that this custom action uses.GalleryApplicationCustomAction.withScript(String script) Set the script property: The script to run when executing this custom action.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type GalleryApplicationCustomActionModifier and TypeMethodDescriptionGalleryApplicationUpdate.customActions()Get the customActions property: A list of custom actions that can be performed with all of the Gallery Application Versions within this Gallery Application.GalleryApplicationVersionPublishingProfile.customActions()Get the customActions property: A list of custom actions that can be performed with this Gallery Application Version.Method parameters in com.azure.resourcemanager.compute.models with type arguments of type GalleryApplicationCustomActionModifier and TypeMethodDescriptionGalleryApplicationUpdate.withCustomActions(List<GalleryApplicationCustomAction> customActions) Set the customActions property: A list of custom actions that can be performed with all of the Gallery Application Versions within this Gallery Application.GalleryApplicationVersionPublishingProfile.withCustomActions(List<GalleryApplicationCustomAction> customActions) Set the customActions property: A list of custom actions that can be performed with this Gallery Application Version.