Uses of Class
com.azure.resourcemanager.compute.fluent.models.RunCommandDocumentInner
Packages that use RunCommandDocumentInner
Package
Description
Package containing the service clients for ComputeManagementClient.
Package containing the inner data models for ComputeManagementClient.
-
Uses of RunCommandDocumentInner in com.azure.resourcemanager.compute.fluent
Methods in com.azure.resourcemanager.compute.fluent that return RunCommandDocumentInnerModifier and TypeMethodDescriptionGets specific run command for a subscription in a location.Methods in com.azure.resourcemanager.compute.fluent that return types with arguments of type RunCommandDocumentInnerModifier and TypeMethodDescriptionGets specific run command for a subscription in a location.com.azure.core.http.rest.Response<RunCommandDocumentInner>VirtualMachineRunCommandsClient.getWithResponse(String location, String commandId, com.azure.core.util.Context context) Gets specific run command for a subscription in a location.Mono<com.azure.core.http.rest.Response<RunCommandDocumentInner>>VirtualMachineRunCommandsClient.getWithResponseAsync(String location, String commandId) Gets specific run command for a subscription in a location. -
Uses of RunCommandDocumentInner in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return RunCommandDocumentInnerModifier and TypeMethodDescriptionRunCommandDocumentInner.withDescription(String description) Set the description property: The VM run command description.Set the id property: The VM run command id.Set the label property: The VM run command label.RunCommandDocumentInner.withOsType(OperatingSystemTypes osType) Set the osType property: The Operating System type.RunCommandDocumentInner.withParameters(List<RunCommandParameterDefinition> parameters) Set the parameters property: The parameters used by the script.RunCommandDocumentInner.withSchema(String schema) Set the schema property: The VM run command schema.RunCommandDocumentInner.withScript(List<String> script) Set the script property: The script to be executed.