Uses of Class
com.azure.resourcemanager.compute.models.VirtualMachineRunCommandScriptSource
Packages that use VirtualMachineRunCommandScriptSource
Package
Description
Package containing the inner data models for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of VirtualMachineRunCommandScriptSource in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return VirtualMachineRunCommandScriptSourceModifier and TypeMethodDescriptionVirtualMachineRunCommandInner.source()Get the source property: The source of the run command script.VirtualMachineRunCommandProperties.source()Get the source property: The source of the run command script.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type VirtualMachineRunCommandScriptSourceModifier and TypeMethodDescriptionVirtualMachineRunCommandInner.withSource(VirtualMachineRunCommandScriptSource source) Set the source property: The source of the run command script.VirtualMachineRunCommandProperties.withSource(VirtualMachineRunCommandScriptSource source) Set the source property: The source of the run command script. -
Uses of VirtualMachineRunCommandScriptSource in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return VirtualMachineRunCommandScriptSourceModifier and TypeMethodDescriptionVirtualMachineRunCommandScriptSource.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VirtualMachineRunCommandScriptSource from the JsonReader.VirtualMachineRunCommandUpdate.source()Get the source property: The source of the run command script.VirtualMachineRunCommandScriptSource.withCommandId(String commandId) Set the commandId property: Specifies a commandId of predefined built-in script.VirtualMachineRunCommandScriptSource.withScript(String script) Set the script property: Specifies the script content to be executed on the VM.VirtualMachineRunCommandScriptSource.withScriptUri(String scriptUri) Set the scriptUri property: Specifies the script download location.VirtualMachineRunCommandScriptSource.withScriptUriManagedIdentity(RunCommandManagedIdentity scriptUriManagedIdentity) Set the scriptUriManagedIdentity property: User-assigned managed identity that has access to scriptUri in case of Azure storage blob.Methods in com.azure.resourcemanager.compute.models with parameters of type VirtualMachineRunCommandScriptSourceModifier and TypeMethodDescriptionVirtualMachineRunCommandUpdate.withSource(VirtualMachineRunCommandScriptSource source) Set the source property: The source of the run command script.