Freigeben über


TrafficControllerAssociationType Struct

Definition

Association Type Enum.

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

Constructors

Name Description
TrafficControllerAssociationType(String)

Initializes a new instance of TrafficControllerAssociationType.

Properties

Name Description
Subnets

Association of Type Subnet.

Methods

Name Description
Equals(TrafficControllerAssociationType)

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

Determines if two TrafficControllerAssociationType values are the same.

Implicit(String to TrafficControllerAssociationType)

Converts a String to a TrafficControllerAssociationType.

Inequality(TrafficControllerAssociationType, TrafficControllerAssociationType)

Determines if two TrafficControllerAssociationType values are not the same.

Applies to