Share via


ElasticSanVolumeCreateOption Struct

Definition

This enumerates the possible sources of a volume creation.

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

Constructors

ElasticSanVolumeCreateOption(String)

Initializes a new instance of ElasticSanVolumeCreateOption.

Properties

Disk

Disk.

DiskRestorePoint

DiskRestorePoint.

DiskSnapshot

DiskSnapshot.

None

None.

VolumeSnapshot

VolumeSnapshot.

Methods

Equals(ElasticSanVolumeCreateOption)

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

Determines if two ElasticSanVolumeCreateOption values are the same.

Implicit(String to ElasticSanVolumeCreateOption)

Converts a string to a ElasticSanVolumeCreateOption.

Inequality(ElasticSanVolumeCreateOption, ElasticSanVolumeCreateOption)

Determines if two ElasticSanVolumeCreateOption values are not the same.

Applies to