Share via


HybridWorkerGroup Struct

Definition

Type of the HybridWorkerGroup.

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

Constructors

HybridWorkerGroup(String)

Initializes a new instance of HybridWorkerGroup.

Properties

System

System.

User

User.

Methods

Equals(HybridWorkerGroup)

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

Determines if two HybridWorkerGroup values are the same.

Implicit(String to HybridWorkerGroup)

Converts a string to a HybridWorkerGroup.

Inequality(HybridWorkerGroup, HybridWorkerGroup)

Determines if two HybridWorkerGroup values are not the same.

Applies to