Udostępnij przez


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

Name Description
DefaultGateway(String)

Initializes a new instance of DefaultGateway.

Properties

Name Description
False

False.

True

True.

Methods

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

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