PlatformVersion Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |
Stv21 |
Platform running the service on Single Tenant V2 platform on newer Hardware. |
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
Azure SDK for .NET