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.
|
Modifier and Type | Method and Description |
---|---|
RunCommandDocumentInner |
VirtualMachineRunCommandsClient.get(String location,
String commandId)
Gets specific run command for a subscription in a location.
|
Modifier and Type | Method and Description |
---|---|
RunCommandDocumentInner |
RunCommandDocumentInner.withParameters(List<RunCommandParameterDefinition> parameters)
Set the parameters property: The parameters used by the script.
|
RunCommandDocumentInner |
RunCommandDocumentInner.withScript(List<String> script)
Set the script property: The script to be executed.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.