RunCommandParameterDefinition Class
Describes the properties of a run command parameter.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.compute._serialization.ModelRunCommandParameterDefinition
Constructor
RunCommandParameterDefinition(*, name: str, type: str, default_value: str | None = None, required: bool = False, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
The run command parameter name. Required. |
type
|
The run command parameter type. Required. |
default_value
|
The run command parameter default value. |
required
|
The run command parameter required. |
Variables
Name | Description |
---|---|
name
|
The run command parameter name. Required. |
type
|
The run command parameter type. Required. |
default_value
|
The run command parameter default value. |
required
|
The run command parameter required. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python