Freigeben über


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

Name Description
ExtensionOptionType(String)

Initializes a new instance of ExtensionOptionType.

Properties

Name Description
DoNotMergeExistingReadOnlyAndSecretProperties

DoNotMergeExistingReadOnlyAndSecretProperties.

IncludeInternalMetadata

IncludeInternalMetadata.

NotSpecified

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.

Inequality(ExtensionOptionType, ExtensionOptionType)

Determines if two ExtensionOptionType values are not the same.

Applies to