RunCommandParameterDefinition Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes the properties of a run command parameter.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.RunCommandParameterDefinitionTypeConverter))]
public class RunCommandParameterDefinition : Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IRunCommandParameterDefinition
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.RunCommandParameterDefinitionTypeConverter))>]
type RunCommandParameterDefinition = class
interface IRunCommandParameterDefinition
interface IJsonSerializable
Public Class RunCommandParameterDefinition
Implements IRunCommandParameterDefinition
- Inheritance
-
RunCommandParameterDefinition
- Attributes
- Implements
Constructors
RunCommandParameterDefinition() |
Creates an new RunCommandParameterDefinition instance. |
Properties
DefaultValue |
The run command parameter default value. |
Name |
The run command parameter name. |
Required |
The run command parameter required. |
Type |
The run command parameter type. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of RunCommandParameterDefinition. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of RunCommandParameterDefinition. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IRunCommandParameterDefinition. |
FromJsonString(String) |
Creates a new instance of RunCommandParameterDefinition, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of RunCommandParameterDefinition into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |