ProviderStackOSType Struct

Definition

The ProviderStackOSType. Serialized Name: 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

Name Description
ProviderStackOSType(String)

Initializes a new instance of ProviderStackOSType.

Properties

Name Description
All

All Serialized Name: ProviderStackOsType.All

Linux

Linux Serialized Name: ProviderStackOsType.Linux

Windows

Windows Serialized Name: ProviderStackOsType.Windows

Methods

Name Description
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

Name Description
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