RunCommandInputContent 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.
public class RunCommandInputContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.HybridCompute.Models.RunCommandInputContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.HybridCompute.Models.RunCommandInputContent>
type RunCommandInputContent = class
interface IJsonModel<RunCommandInputContent>
interface IPersistableModel<RunCommandInputContent>
Public Class RunCommandInputContent
Implements IJsonModel(Of RunCommandInputContent), IPersistableModel(Of RunCommandInputContent)
- Inheritance
-
RunCommandInputContent
- Implements
Constructors
| Name | Description |
|---|---|
| RunCommandInputContent(String, String) |
Initializes a new instance of RunCommandInputContent. |
Properties
| Name | Description |
|---|---|
| Name |
The run command parameter name. |
| Value |
The run command parameter value. |