Freigeben über


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

Gets the GitHub.

StorageAccount

Gets the StorageAccount.

VsoGit

Gets the 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.

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

Determines if two DevTestLabSourceControlType values are not the same.

Applies to