ScriptParameterType Struct

Definition

Script Parameter types.

public readonly struct ScriptParameterType : IEquatable<Azure.ResourceManager.Avs.Models.ScriptParameterType>
type ScriptParameterType = struct
Public Structure ScriptParameterType
Implements IEquatable(Of ScriptParameterType)
Inheritance
ScriptParameterType
Implements

Constructors

ScriptParameterType(String)

Initializes a new instance of ScriptParameterType.

Properties

Bool

is bool.

Credential

is credential.

Float

is float.

Int

is int.

SecureString

is secure string.

String

is string.

Methods

Equals(ScriptParameterType)

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

Equality(ScriptParameterType, ScriptParameterType)

Determines if two ScriptParameterType values are the same.

Implicit(String to ScriptParameterType)

Converts a String to a ScriptParameterType.

Inequality(ScriptParameterType, ScriptParameterType)

Determines if two ScriptParameterType values are not the same.

Applies to