CommandOutputType Struct

Definition

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 output type.

BareMetalMachineRunDataExtracts

BareMetalMachineRunDataExtracts output type.

BareMetalMachineRunDataExtractsRestricted

BareMetalMachineRunDataExtractsRestricted output type.

BareMetalMachineRunReadCommands

BareMetalMachineRunReadCommands output type.

StorageRunReadCommands

StorageRunReadCommands output type.

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.

Implicit(String to Nullable<CommandOutputType>)
Inequality(CommandOutputType, CommandOutputType)

Determines if two CommandOutputType values are not the same.

Applies to