SourceControl コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
ソース管理のフォルダー パス。
- sourceType
- String
変換元の型です。 VsoGit、VsoTfvc、GitHub のいずれかである必要があります。 使用可能な値は、'VsoGit'、'VsoTfvc'、'GitHub' です。
- description
- String
説明です。
- creationTime
- DateTimeOffset
作成時刻。
- lastModifiedTime
- DateTimeOffset
最後に変更された時刻。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET