Share via


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

Name Description
DevTestLabSourceControlType(String)

Initializes a new instance of DevTestLabSourceControlType.

Properties

Name Description
GitHub

GitHub.

StorageAccount

StorageAccount.

VsoGit

VsoGit.

Methods

Name Description
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

Name Description
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