OrchestrationServiceName 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.
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
Azure SDK for .NET