Udostępnij za pośrednictwem


AppType Struct

Definition

The AppType.

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

Constructors

AppType(String)

Initializes a new instance of AppType.

Properties

DeveloperPortal

User create request was sent by new developer portal.

Portal

User create request was sent by legacy developer portal.

Methods

Equals(AppType)

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

Determines if two AppType values are the same.

Implicit(String to AppType)

Converts a string to a AppType.

Inequality(AppType, AppType)

Determines if two AppType values are not the same.

Applies to