OrchestrationServiceName Struct

Definition

The name of the service.

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

Constructors

OrchestrationServiceName(String)

Initializes a new instance of OrchestrationServiceName.

Properties

AutomaticRepairs

AutomaticRepairs.

Methods

Equals(OrchestrationServiceName)

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

Determines if two OrchestrationServiceName values are the same.

Implicit(String to OrchestrationServiceName)

Converts a string to a OrchestrationServiceName.

Inequality(OrchestrationServiceName, OrchestrationServiceName)

Determines if two OrchestrationServiceName values are not the same.

Applies to