Share via


DefaultGateway Struct

Definition

The indicator of whether this is the default gateway. Only one of the attached networks (including the CloudServicesNetwork attachment) for a single machine may be specified as True.

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

Constructors

DefaultGateway(String)

Initializes a new instance of DefaultGateway.

Properties

False

False.

True

True.

Methods

Equals(DefaultGateway)

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

Determines if two DefaultGateway values are the same.

Implicit(String to DefaultGateway)

Converts a string to a DefaultGateway.

Inequality(DefaultGateway, DefaultGateway)

Determines if two DefaultGateway values are not the same.

Applies to