Uses of Class
com.azure.resourcemanager.compute.models.ScriptShellTypes
Packages that use ScriptShellTypes
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of ScriptShellTypes in com.azure.resourcemanager.compute.models
Subclasses with type arguments of type ScriptShellTypes in com.azure.resourcemanager.compute.modelsFields in com.azure.resourcemanager.compute.models declared as ScriptShellTypesModifier and TypeFieldDescriptionstatic final ScriptShellTypesScriptShellTypes.DEFAULTStatic value Default for ScriptShellTypes.static final ScriptShellTypesScriptShellTypes.POWERSHELL7Static value Powershell7 for ScriptShellTypes.Methods in com.azure.resourcemanager.compute.models that return ScriptShellTypesModifier and TypeMethodDescriptionstatic ScriptShellTypesScriptShellTypes.fromString(String name) Creates or finds a ScriptShellTypes from its string representation.VirtualMachineRunCommandScriptSource.scriptShell()Get the scriptShell property: Optional.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type ScriptShellTypesModifier and TypeMethodDescriptionstatic Collection<ScriptShellTypes> ScriptShellTypes.values()Gets known ScriptShellTypes values.Methods in com.azure.resourcemanager.compute.models with parameters of type ScriptShellTypesModifier and TypeMethodDescriptionVirtualMachineRunCommandScriptSource.withScriptShell(ScriptShellTypes scriptShell) Set the scriptShell property: Optional.