Share via


AutomationKeyName Struct

Definition

Automation key name.

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

Constructors

AutomationKeyName(String)

Initializes a new instance of AutomationKeyName.

Properties

Primary

Primary.

Secondary

Secondary.

Methods

Equals(AutomationKeyName)

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

Determines if two AutomationKeyName values are the same.

Implicit(String to AutomationKeyName)

Converts a string to a AutomationKeyName.

Inequality(AutomationKeyName, AutomationKeyName)

Determines if two AutomationKeyName values are not the same.

Applies to