ProviderStackOSType 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.
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
| Name | Description |
|---|---|
| ProviderStackOSType(String) |
Initializes a new instance of ProviderStackOSType. |
Properties
| Name | Description |
|---|---|
| All |
All. |
| Linux |
Linux. |
| Windows |
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. |