DevTestLabSourceControlType Struct

Definition

The artifact source's type.

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

Constructors

DevTestLabSourceControlType(String)

Initializes a new instance of DevTestLabSourceControlType.

Properties

GitHub

GitHub.

StorageAccount

StorageAccount.

VsoGit

VsoGit.

Methods

Equals(DevTestLabSourceControlType)

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

Determines if two DevTestLabSourceControlType values are the same.

Implicit(String to DevTestLabSourceControlType)

Converts a string to a DevTestLabSourceControlType.

Inequality(DevTestLabSourceControlType, DevTestLabSourceControlType)

Determines if two DevTestLabSourceControlType values are not the same.

Applies to