ScriptCmdletAudience Struct

Definition

Specifies whether a script cmdlet is intended to be invoked only through automation or visible to customers.

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

Constructors

ScriptCmdletAudience(String)

Initializes a new instance of ScriptCmdletAudience.

Properties

Any

is any.

Automation

is automation.

Methods

Equals(ScriptCmdletAudience)

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(ScriptCmdletAudience, ScriptCmdletAudience)

Determines if two ScriptCmdletAudience values are the same.

Implicit(String to ScriptCmdletAudience)

Converts a String to a ScriptCmdletAudience.

Inequality(ScriptCmdletAudience, ScriptCmdletAudience)

Determines if two ScriptCmdletAudience values are not the same.

Applies to