HybridWorkerType 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.
Type of the HybridWorker.
public readonly struct HybridWorkerType : IEquatable<Azure.ResourceManager.Automation.Models.HybridWorkerType>
type HybridWorkerType = struct
Public Structure HybridWorkerType
Implements IEquatable(Of HybridWorkerType)
- Inheritance
-
HybridWorkerType
- Implements
Constructors
HybridWorkerType(String) |
Initializes a new instance of HybridWorkerType. |
Properties
HybridV1 |
HybridV1. |
HybridV2 |
HybridV2. |
Methods
Equals(HybridWorkerType) |
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(HybridWorkerType, HybridWorkerType) |
Determines if two HybridWorkerType values are the same. |
Implicit(String to HybridWorkerType) |
Converts a string to a HybridWorkerType. |
Inequality(HybridWorkerType, HybridWorkerType) |
Determines if two HybridWorkerType values are not the same. |
Applies to
Azure SDK for .NET