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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET