ExtensionOptionType Struct

Definition

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

Constructors

Name Description
ExtensionOptionType(String)

Initializes a new instance of ExtensionOptionType.

Properties

Name Description
DoNotMergeExistingReadOnlyAndSecretProperties

Gets the DoNotMergeExistingReadOnlyAndSecretProperties.

IncludeInternalMetadata

Gets the IncludeInternalMetadata.

NotSpecified

Gets the NotSpecified.

Methods

Name Description
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

Name Description
Equality(ExtensionOptionType, ExtensionOptionType)

Determines if two ExtensionOptionType values are the same.

Implicit(String to ExtensionOptionType)

Converts a string to a ExtensionOptionType.

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

Determines if two ExtensionOptionType values are not the same.

Applies to