Uses of Class
com.azure.resourcemanager.compute.models.ScriptSource
Packages that use ScriptSource
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of ScriptSource in com.azure.resourcemanager.compute.models
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type ScriptSourceModifier and TypeClassDescriptionfinal classThe source script from which the Script Version is going to be created.Methods in com.azure.resourcemanager.compute.models that return ScriptSourceModifier and TypeMethodDescriptionstatic ScriptSourceScriptSource.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ScriptSource from the JsonReader.GalleryScriptVersionPublishingProfile.source()Get the source property: The source script from which the Script Version is going to be created.ScriptSource.withParameters(List<GalleryScriptParameter> parameters) Set the parameters property: Optional.ScriptSource.withScriptLink(String scriptLink) Set the scriptLink property: Required.Methods in com.azure.resourcemanager.compute.models with parameters of type ScriptSourceModifier and TypeMethodDescriptionGalleryScriptVersionPublishingProfile.withSource(ScriptSource source) Set the source property: The source script from which the Script Version is going to be created.