Share via


AgentRegistrationKeyName Struct

Definition

Gets or sets the agent registration key name - primary or secondary.

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

Constructors

AgentRegistrationKeyName(String)

Initializes a new instance of AgentRegistrationKeyName.

Properties

Primary

primary.

Secondary

secondary.

Methods

Equals(AgentRegistrationKeyName)

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

Determines if two AgentRegistrationKeyName values are the same.

Implicit(String to AgentRegistrationKeyName)

Converts a string to a AgentRegistrationKeyName.

Inequality(AgentRegistrationKeyName, AgentRegistrationKeyName)

Determines if two AgentRegistrationKeyName values are not the same.

Applies to