Share via


ScriptParameterType Struct

Definition

The type of parameter the script is expecting. psCredential is a PSCredentialObject.

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

Bool.

Credential

Credential.

Float

Float.

Int

Int.

SecureString

SecureString.

String

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