Delen via


ProviderStackOSType Struct

Definition

The ProviderStackOSType.

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

Constructors

ProviderStackOSType(String)

Initializes a new instance of ProviderStackOSType.

Properties

All

All.

Linux

Linux.

Windows

Windows.

Methods

Equals(ProviderStackOSType)

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

Determines if two ProviderStackOSType values are the same.

Implicit(String to ProviderStackOSType)

Converts a string to a ProviderStackOSType.

Inequality(ProviderStackOSType, ProviderStackOSType)

Determines if two ProviderStackOSType values are not the same.

Applies to