次の方法で共有


SourceControlUpdateParameters コンストラクター

定義

オーバーロード

SourceControlUpdateParameters()

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

SourceControlUpdateParameters(String, String, Nullable<Boolean>, Nullable<Boolean>, SourceControlSecurityTokenProperties, String)

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

SourceControlUpdateParameters()

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

public SourceControlUpdateParameters ();
Public Sub New ()

適用対象

SourceControlUpdateParameters(String, String, Nullable<Boolean>, Nullable<Boolean>, SourceControlSecurityTokenProperties, String)

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

public SourceControlUpdateParameters (string branch = default, string folderPath = default, bool? autoSync = default, bool? publishRunbook = default, Microsoft.Azure.Management.Automation.Models.SourceControlSecurityTokenProperties securityToken = default, string description = default);
new Microsoft.Azure.Management.Automation.Models.SourceControlUpdateParameters : string * string * Nullable<bool> * Nullable<bool> * Microsoft.Azure.Management.Automation.Models.SourceControlSecurityTokenProperties * string -> Microsoft.Azure.Management.Automation.Models.SourceControlUpdateParameters
Public Sub New (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 securityToken As SourceControlSecurityTokenProperties = Nothing, Optional description As String = Nothing)

パラメーター

branch
String

ソース管理のリポジトリ ブランチ。

folderPath
String

ソース管理のフォルダー パス。 パスは相対パスである必要があります。

autoSync
Nullable<Boolean>

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

publishRunbook
Nullable<Boolean>

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

securityToken
SourceControlSecurityTokenProperties

ソース管理のリポジトリの承認トークン。

description
String

ソース管理のユーザーの説明。

適用対象