Freigeben über


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

Name Description
ScriptParameterType(String)

Initializes a new instance of ScriptParameterType.

Properties

Name Description
Bool

is bool.

Credential

is credential.

Float

is float.

Int

is int.

SecureString

is secure string.

String

is string.

Methods

Name Description
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

Name Description
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