ControllerData(AzureLocation, DevSpacesSku, String, String) Constructor

Definition

Initializes a new instance of 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)

Parameters

location
AzureLocation

The location.

sku
DevSpacesSku

Model representing SKU for Azure Dev Spaces Controller.

targetContainerHostResourceId
String

Resource ID of the target container host.

targetContainerHostCredentialsBase64
String

Credentials of the target container host (base64).

Exceptions

sku, targetContainerHostResourceId or targetContainerHostCredentialsBase64 is null.

Applies to