Share via


LinkerClientType Struct

Definition

The application client type.

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

Constructors

LinkerClientType(String)

Initializes a new instance of LinkerClientType.

Properties

Django

django.

Dotnet

dotnet.

Go

go.

Java

java.

Nodejs

nodejs.

None

none.

Php

php.

Python

python.

Ruby

ruby.

SpringBoot

springBoot.

Methods

Equals(LinkerClientType)

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

Determines if two LinkerClientType values are the same.

Implicit(String to LinkerClientType)

Converts a string to a LinkerClientType.

Inequality(LinkerClientType, LinkerClientType)

Determines if two LinkerClientType values are not the same.

Applies to