SapInstallWithoutOSConfigSoftwareConfiguration(Uri, String, String) コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
SapInstallWithoutOSConfigSoftwareConfiguration の新しいインスタンスを初期化します。
public SapInstallWithoutOSConfigSoftwareConfiguration (Uri bomUri, string sapBitsStorageAccountId, string softwareVersion);
new Azure.ResourceManager.Workloads.Models.SapInstallWithoutOSConfigSoftwareConfiguration : Uri * string * string -> Azure.ResourceManager.Workloads.Models.SapInstallWithoutOSConfigSoftwareConfiguration
Public Sub New (bomUri As Uri, sapBitsStorageAccountId As String, softwareVersion As String)
パラメーター
- bomUri
- Uri
SAP Build of Materials(BOM) ファイルの URL。
- sapBitsStorageAccountId
- String
SAP bits ストレージ アカウント ID。
- softwareVersion
- String
インストールするソフトウェアのバージョン。
例外
bomUri
、sapBitsStorageAccountId
、または softwareVersion
が null です。