Condividi tramite


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

Name Description
OrchestrationServiceName(String)

Initializes a new instance of OrchestrationServiceName.

Properties

Name Description
AutomaticRepairs

AutomaticRepairs.

AutomaticZoneRebalancing

AutomaticZoneRebalancing orchestration service.

Methods

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

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