Share via


StorageTargetType Struct

Definition

Storage Target type.

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

Constructors

StorageTargetType(String)

Initializes a new instance of StorageTargetType.

Properties

Iscsi

Iscsi.

None

None.

Methods

Equals(StorageTargetType)

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

Determines if two StorageTargetType values are the same.

Implicit(String to StorageTargetType)

Converts a string to a StorageTargetType.

Inequality(StorageTargetType, StorageTargetType)

Determines if two StorageTargetType values are not the same.

Applies to