次の方法で共有


ServiceInitiatedSoftwareConfiguration コンストラクター

定義

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

public ServiceInitiatedSoftwareConfiguration (Uri bomUri, string softwareVersion, string sapBitsStorageAccountId, string sapFqdn, string sshPrivateKey);
new Azure.ResourceManager.Workloads.Models.ServiceInitiatedSoftwareConfiguration : Uri * string * string * string * string -> Azure.ResourceManager.Workloads.Models.ServiceInitiatedSoftwareConfiguration
Public Sub New (bomUri As Uri, softwareVersion As String, sapBitsStorageAccountId As String, sapFqdn As String, sshPrivateKey As String)

パラメーター

bomUri
Uri

SAP Build of Materials(BOM) ファイルの URL。

softwareVersion
String

インストールするソフトウェアのバージョン。

sapBitsStorageAccountId
String

SAP bits ストレージ アカウント ID。

sapFqdn
String

インストール時に SAP システムに設定する FQDN。

sshPrivateKey
String

SSH 秘密キー。

例外

bomUrisoftwareVersionsapBitsStorageAccountIdsapFqdn または sshPrivateKey が null です。

適用対象