共用方式為


PlatformVersion Struct

Definition

Compute Platform Version running the service.

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

Constructors

PlatformVersion(String)

Initializes a new instance of PlatformVersion.

Properties

Mtv1

Platform running the service on Multi Tenant V1 platform.

Stv1

Platform running the service on Single Tenant V1 platform.

Stv2

Platform running the service on Single Tenant V2 platform.

Undetermined

Platform version cannot be determined, as compute platform is not deployed.

Methods

Equals(PlatformVersion)

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

Determines if two PlatformVersion values are the same.

Implicit(String to PlatformVersion)

Converts a string to a PlatformVersion.

Inequality(PlatformVersion, PlatformVersion)

Determines if two PlatformVersion values are not the same.

Applies to