Share via


AssociationType Struct

Definition

The association type of the child resource to the parent resource.

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

Constructors

AssociationType(String)

Initializes a new instance of AssociationType.

Properties

Associated

Associated.

Contains

Contains.

Methods

Equals(AssociationType)

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

Determines if two AssociationType values are the same.

Implicit(String to AssociationType)

Converts a string to a AssociationType.

Inequality(AssociationType, AssociationType)

Determines if two AssociationType values are not the same.

Applies to