Freigeben über


DevTestLabVmCreationSource Struct

Definition

Tells source of creation of lab virtual machine. Output property only.

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

Constructors

Name Description
DevTestLabVmCreationSource(String)

Initializes a new instance of DevTestLabVmCreationSource.

Properties

Name Description
FromCustomImage

Gets the FromCustomImage.

FromGalleryImage

Gets the FromGalleryImage.

FromSharedGalleryImage

Gets the FromSharedGalleryImage.

Methods

Name Description
Equals(DevTestLabVmCreationSource)

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

Determines if two DevTestLabVmCreationSource values are the same.

Implicit(String to DevTestLabVmCreationSource)

Converts a string to a DevTestLabVmCreationSource.

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

Determines if two DevTestLabVmCreationSource values are not the same.

Applies to