Delen via


HubGatewayUsageFlag Struct

Definition

Flag if need to use hub gateway.

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

Constructors

HubGatewayUsageFlag(String)

Initializes a new instance of HubGatewayUsageFlag.

Properties

False

False.

True

True.

Methods

Equals(HubGatewayUsageFlag)

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

Determines if two HubGatewayUsageFlag values are the same.

Implicit(String to HubGatewayUsageFlag)

Converts a string to a HubGatewayUsageFlag.

Inequality(HubGatewayUsageFlag, HubGatewayUsageFlag)

Determines if two HubGatewayUsageFlag values are not the same.

Applies to