AgentRegistrationKeyName Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET