ExtensionOptionType Struct

Definition

The ExtensionOptionType.

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

Constructors

ExtensionOptionType(String)

Initializes a new instance of ExtensionOptionType.

Properties

DoNotMergeExistingReadOnlyAndSecretProperties

DoNotMergeExistingReadOnlyAndSecretProperties.

IncludeInternalMetadata

IncludeInternalMetadata.

NotSpecified

NotSpecified.

Methods

Equals(ExtensionOptionType)

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

Determines if two ExtensionOptionType values are the same.

Implicit(String to ExtensionOptionType)

Converts a string to a ExtensionOptionType.

Inequality(ExtensionOptionType, ExtensionOptionType)

Determines if two ExtensionOptionType values are not the same.

Applies to