次の方法で共有


SourceControl コンストラクター

定義

オーバーロード

SourceControl()

SourceControl クラスの新しいインスタンスを初期化します。

SourceControl(String, String, String, String, String, String, Nullable<Boolean>, Nullable<Boolean>, String, String, DateTimeOffset, DateTimeOffset)

SourceControl クラスの新しいインスタンスを初期化します。

SourceControl()

SourceControl クラスの新しいインスタンスを初期化します。

public SourceControl ();
Public Sub New ()

適用対象

SourceControl(String, String, String, String, String, String, Nullable<Boolean>, Nullable<Boolean>, String, String, DateTimeOffset, DateTimeOffset)

SourceControl クラスの新しいインスタンスを初期化します。

public SourceControl (string id = default, string name = default, string type = default, string repoUrl = default, string branch = default, string folderPath = default, bool? autoSync = default, bool? publishRunbook = default, string sourceType = default, string description = default, DateTimeOffset creationTime = default, DateTimeOffset lastModifiedTime = default);
new Microsoft.Azure.Management.Automation.Models.SourceControl : string * string * string * string * string * string * Nullable<bool> * Nullable<bool> * string * string * DateTimeOffset * DateTimeOffset -> Microsoft.Azure.Management.Automation.Models.SourceControl
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional repoUrl As String = Nothing, Optional branch As String = Nothing, Optional folderPath As String = Nothing, Optional autoSync As Nullable(Of Boolean) = Nothing, Optional publishRunbook As Nullable(Of Boolean) = Nothing, Optional sourceType As String = Nothing, Optional description As String = Nothing, Optional creationTime As DateTimeOffset = Nothing, Optional lastModifiedTime As DateTimeOffset = Nothing)

パラメーター

id
String

リソースの完全修飾リソース ID

name
String

リソースの名前

type
String

リソースの型。

repoUrl
String

ソース管理のリポジトリ URL。

branch
String

ソース管理のリポジトリ ブランチ。 VsoTfvc の空の文字列としてブランチを含めます。

folderPath
String

ソース管理のフォルダー パス。

autoSync
Nullable<Boolean>

ソース管理の自動同期。 既定値は false です。

publishRunbook
Nullable<Boolean>

ソース管理の自動発行。 既定値は true です。

sourceType
String

変換元の型です。 VsoGit、VsoTfvc、GitHub のいずれかである必要があります。 使用可能な値は、'VsoGit'、'VsoTfvc'、'GitHub' です。

description
String

説明です。

creationTime
DateTimeOffset

作成時刻。

lastModifiedTime
DateTimeOffset

最後に変更された時刻。

適用対象