RegistryAdapterType Struct

Definition

Type of the registry adapter. Serialized Name: RegistryAdapterType

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

Constructors

Name Description
RegistryAdapterType(String)

Initializes a new instance of RegistryAdapterType.

Properties

Name Description
Binary

Binary Serialized Name: RegistryAdapterType.Binary

DWord

DWord Serialized Name: RegistryAdapterType.DWord

ExpandString

Expand_String Serialized Name: RegistryAdapterType.Expand_String

MultiString

Multi_String Serialized Name: RegistryAdapterType.Multi_String

QWord

QWord Serialized Name: RegistryAdapterType.QWord

String

String Serialized Name: RegistryAdapterType.String

Methods

Name Description
Equals(RegistryAdapterType)

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

Determines if two RegistryAdapterType values are the same.

Implicit(String to RegistryAdapterType)

Converts a String to a RegistryAdapterType.

Inequality(RegistryAdapterType, RegistryAdapterType)

Determines if two RegistryAdapterType values are not the same.

Applies to