HybridComputeGatewayType Struct

Definition

The type of the Gateway resource.

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

Constructors

HybridComputeGatewayType(String)

Initializes a new instance of HybridComputeGatewayType.

Properties

Public

Public.

Methods

Equals(HybridComputeGatewayType)

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

Determines if two HybridComputeGatewayType values are the same.

Implicit(String to HybridComputeGatewayType)

Converts a string to a HybridComputeGatewayType.

Inequality(HybridComputeGatewayType, HybridComputeGatewayType)

Determines if two HybridComputeGatewayType values are not the same.

Applies to