AvailableCheckInManifestEnvironment Struct

Definition

The environment type.

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

Constructors

Name Description
AvailableCheckInManifestEnvironment(String)

Initializes a new instance of AvailableCheckInManifestEnvironment.

Properties

Name Description
All

Gets the All.

Canary

Gets the Canary.

Fairfax

Gets the Fairfax.

Mooncake

Gets the Mooncake.

NotSpecified

Gets the NotSpecified.

Prod

Gets the Prod.

Methods

Name Description
Equals(AvailableCheckInManifestEnvironment)

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

Determines if two AvailableCheckInManifestEnvironment values are the same.

Implicit(String to AvailableCheckInManifestEnvironment)

Converts a string to a AvailableCheckInManifestEnvironment.

Implicit(String to Nullable<AvailableCheckInManifestEnvironment>)
Inequality(AvailableCheckInManifestEnvironment, AvailableCheckInManifestEnvironment)

Determines if two AvailableCheckInManifestEnvironment values are not the same.

Applies to