DevTestLabVmCreationSource Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
DevTestLabVmCreationSource(String) |
Initializes a new instance of DevTestLabVmCreationSource. |
Properties
FromCustomImage |
FromCustomImage. |
FromGalleryImage |
FromGalleryImage. |
FromSharedGalleryImage |
FromSharedGalleryImage. |
Methods
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
Equality(DevTestLabVmCreationSource, DevTestLabVmCreationSource) |
Determines if two DevTestLabVmCreationSource values are the same. |
Implicit(String to DevTestLabVmCreationSource) |
Converts a string to a DevTestLabVmCreationSource. |
Inequality(DevTestLabVmCreationSource, DevTestLabVmCreationSource) |
Determines if two DevTestLabVmCreationSource values are not the same. |
Applies to
Azure SDK for .NET