Package | Description |
---|---|
com.azure.resourcemanager.compute.models |
Package containing the data models for ComputeManagementClient.
|
Modifier and Type | Method and Description |
---|---|
RunCommandParameterDefinition |
RunCommandParameterDefinition.withDefaultValue(String defaultValue)
Set the defaultValue property: The run command parameter default value.
|
RunCommandParameterDefinition |
RunCommandParameterDefinition.withName(String name)
Set the name property: The run command parameter name.
|
RunCommandParameterDefinition |
RunCommandParameterDefinition.withRequired(Boolean required)
Set the required property: The run command parameter required.
|
RunCommandParameterDefinition |
RunCommandParameterDefinition.withType(String type)
Set the type property: The run command parameter type.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.