VnetSolutionType Struct

Definition

Type of VNet solution.

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

Constructors

VnetSolutionType(String)

Initializes a new instance of VnetSolutionType.

Properties

PrivateLink

privateLink.

ServiceEndpoint

serviceEndpoint.

Methods

Equals(VnetSolutionType)

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

Determines if two VnetSolutionType values are the same.

Implicit(String to VnetSolutionType)

Converts a string to a VnetSolutionType.

Inequality(VnetSolutionType, VnetSolutionType)

Determines if two VnetSolutionType values are not the same.

Applies to