ProviderOSTypeSelected Struct

Definition

The ProviderOSTypeSelected. Serialized Name: ProviderOsTypeSelected

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

Constructors

Name Description
ProviderOSTypeSelected(String)

Initializes a new instance of ProviderOSTypeSelected.

Properties

Name Description
All

All Serialized Name: ProviderOsTypeSelected.All

Linux

Linux Serialized Name: ProviderOsTypeSelected.Linux

LinuxFunctions

LinuxFunctions Serialized Name: ProviderOsTypeSelected.LinuxFunctions

Windows

Windows Serialized Name: ProviderOsTypeSelected.Windows

WindowsFunctions

WindowsFunctions Serialized Name: ProviderOsTypeSelected.WindowsFunctions

Methods

Name Description
Equals(ProviderOSTypeSelected)

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

Determines if two ProviderOSTypeSelected values are the same.

Implicit(String to ProviderOSTypeSelected)

Converts a String to a ProviderOSTypeSelected.

Inequality(ProviderOSTypeSelected, ProviderOSTypeSelected)

Determines if two ProviderOSTypeSelected values are not the same.

Applies to