CommandOutputType Struct
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.
The type of command output for the override.
public readonly struct CommandOutputType : IEquatable<Azure.ResourceManager.NetworkCloud.Models.CommandOutputType>
type CommandOutputType = struct
Public Structure CommandOutputType
Implements IEquatable(Of CommandOutputType)
- Inheritance
-
CommandOutputType
- Implements
Constructors
| Name | Description |
|---|---|
| CommandOutputType(String) |
Initializes a new instance of CommandOutputType. |
Properties
| Name | Description |
|---|---|
| BareMetalMachineRunCommand |
BareMetalMachineRunCommand. |
| BareMetalMachineRunDataExtracts |
BareMetalMachineRunDataExtracts. |
| BareMetalMachineRunReadCommands |
BareMetalMachineRunReadCommands. |
| StorageRunReadCommands |
StorageRunReadCommands. |
Methods
| Name | Description |
|---|---|
| Equals(CommandOutputType) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(CommandOutputType, CommandOutputType) |
Determines if two CommandOutputType values are the same. |
| Implicit(String to CommandOutputType) |
Converts a String to a CommandOutputType. |
| Inequality(CommandOutputType, CommandOutputType) |
Determines if two CommandOutputType values are not the same. |