DevTestLabSourceControlType 構造体

定義

成果物ソースの型。

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

コンストラクター

DevTestLabSourceControlType(String)

DevTestLabSourceControlType の新しいインスタンスを初期化します。

プロパティ

GitHub

GitHub。

StorageAccount

StorageAccount。

VsoGit

VsoGit。

メソッド

Equals(DevTestLabSourceControlType)

現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。

ToString()

このインスタンスの完全修飾型名を返します。

演算子

Equality(DevTestLabSourceControlType, DevTestLabSourceControlType)

2 つの DevTestLabSourceControlType 値が同じかどうかを判断します。

Implicit(String to DevTestLabSourceControlType)

文字列を DevTestLabSourceControlType に変換します。

Inequality(DevTestLabSourceControlType, DevTestLabSourceControlType)

2 つの DevTestLabSourceControlType 値が同じでないかどうかを判断します。

適用対象