Uses of Class
com.azure.resourcemanager.compute.fluent.models.RunCommandDocumentInner
-
Packages that use RunCommandDocumentInner Package Description com.azure.resourcemanager.compute.fluent Package containing the service clients for ComputeManagementClient.com.azure.resourcemanager.compute.fluent.models 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 RunCommandDocumentInner Modifier and Type Method Description RunCommandDocumentInnerVirtualMachineRunCommandsClient. get(String location, String commandId)Gets specific run command for a subscription in a location.Methods in com.azure.resourcemanager.compute.fluent that return types with arguments of type RunCommandDocumentInner Modifier and Type Method Description Mono<RunCommandDocumentInner>VirtualMachineRunCommandsClient. getAsync(String location, String commandId)Gets 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 RunCommandDocumentInner Modifier and Type Method Description RunCommandDocumentInnerRunCommandDocumentInner. withDescription(String description)Set the description property: The VM run command description.RunCommandDocumentInnerRunCommandDocumentInner. withId(String id)Set the id property: The VM run command id.RunCommandDocumentInnerRunCommandDocumentInner. withLabel(String label)Set the label property: The VM run command label.RunCommandDocumentInnerRunCommandDocumentInner. withOsType(OperatingSystemTypes osType)Set the osType property: The Operating System type.RunCommandDocumentInnerRunCommandDocumentInner. withParameters(List<RunCommandParameterDefinition> parameters)Set the parameters property: The parameters used by the script.RunCommandDocumentInnerRunCommandDocumentInner. withSchema(String schema)Set the schema property: The VM run command schema.RunCommandDocumentInnerRunCommandDocumentInner. withScript(List<String> script)Set the script property: The script to be executed.
-