Uses of Class
com.azure.resourcemanager.compute.models.RunCommandParameterDefinition
Packages that use RunCommandParameterDefinition
Package
Description
Package containing the inner data models for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of RunCommandParameterDefinition in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return types with arguments of type RunCommandParameterDefinitionModifier and TypeMethodDescriptionRunCommandDocumentInner.parameters()Get the parameters property: The parameters used by the script.Method parameters in com.azure.resourcemanager.compute.fluent.models with type arguments of type RunCommandParameterDefinitionModifier and TypeMethodDescriptionRunCommandDocumentInner.withParameters(List<RunCommandParameterDefinition> parameters) Set the parameters property: The parameters used by the script. -
Uses of RunCommandParameterDefinition in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return RunCommandParameterDefinitionModifier and TypeMethodDescriptionRunCommandParameterDefinition.withDefaultValue(String defaultValue) Set the defaultValue property: The run command parameter default value.Set the name property: The run command parameter name.RunCommandParameterDefinition.withRequired(Boolean required) Set the required property: The run command parameter required.Set the type property: The run command parameter type.