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

Name Description
AgentRegistrationKeyName(String)

Initializes a new instance of AgentRegistrationKeyName.

Properties

Name Description
Primary

primary.

Secondary

secondary.

Methods

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

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