Condividi tramite


ProviderOSTypeSelected Struct

Definition

The 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

ProviderOSTypeSelected(String)

Initializes a new instance of ProviderOSTypeSelected.

Properties

All

All.

Linux

Linux.

LinuxFunctions

LinuxFunctions.

Windows

Windows.

WindowsFunctions

WindowsFunctions.

Methods

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

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