ControllerData(AzureLocation, DevSpacesSku, String, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET