Freigeben über


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

Name Description
HubGatewayUsageFlag(String)

Initializes a new instance of HubGatewayUsageFlag.

Properties

Name Description
False

False.

True

True.

Methods

Name Description
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

Name Description
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