次の方法で共有


ControllerData(AzureLocation, DevSpacesSku, String, String) コンストラクター

定義

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

public ControllerData (Azure.Core.AzureLocation location, Azure.ResourceManager.DevSpaces.Models.DevSpacesSku sku, string targetContainerHostResourceId, string targetContainerHostCredentialsBase64);
new Azure.ResourceManager.DevSpaces.ControllerData : Azure.Core.AzureLocation * Azure.ResourceManager.DevSpaces.Models.DevSpacesSku * string * string -> Azure.ResourceManager.DevSpaces.ControllerData
Public Sub New (location As AzureLocation, sku As DevSpacesSku, targetContainerHostResourceId As String, targetContainerHostCredentialsBase64 As String)

パラメーター

location
AzureLocation

場所。

sku
DevSpacesSku

Azure Dev Spaces コントローラーの SKU を表すモデル。

targetContainerHostResourceId
String

ターゲット コンテナー ホストのリソース ID。

targetContainerHostCredentialsBase64
String

ターゲット コンテナー ホスト (base64) の資格情報。

例外

skutargetContainerHostResourceId、または targetContainerHostCredentialsBase64 が null です。

適用対象