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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET