ArmDevSpacesModelFactory.ControllerData Method
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 static Azure.ResourceManager.DevSpaces.ControllerData ControllerData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.AzureLocation location = default, Azure.ResourceManager.DevSpaces.Models.DevSpacesSku sku = default, Azure.ResourceManager.DevSpaces.Models.ProvisioningState? provisioningState = default, string hostSuffix = default, string dataPlaneFqdn = default, string targetContainerHostApiServerFqdn = default, string targetContainerHostResourceId = default, string targetContainerHostCredentialsBase64 = default);
static member ControllerData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * Azure.ResourceManager.DevSpaces.Models.DevSpacesSku * Nullable<Azure.ResourceManager.DevSpaces.Models.ProvisioningState> * string * string * string * string * string -> Azure.ResourceManager.DevSpaces.ControllerData
Public Shared Function ControllerData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As AzureLocation = Nothing, Optional sku As DevSpacesSku = Nothing, Optional provisioningState As Nullable(Of ProvisioningState) = Nothing, Optional hostSuffix As String = Nothing, Optional dataPlaneFqdn As String = Nothing, Optional targetContainerHostApiServerFqdn As String = Nothing, Optional targetContainerHostResourceId As String = Nothing, Optional targetContainerHostCredentialsBase64 As String = Nothing) As ControllerData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- tags
- IDictionary<String,String>
The tags.
- location
- AzureLocation
The location.
- sku
- DevSpacesSku
Model representing SKU for Azure Dev Spaces Controller.
- provisioningState
- Nullable<ProvisioningState>
Provisioning state of the Azure Dev Spaces Controller.
- hostSuffix
- String
DNS suffix for public endpoints running in the Azure Dev Spaces Controller.
- dataPlaneFqdn
- String
DNS name for accessing DataPlane services.
- targetContainerHostApiServerFqdn
- String
DNS of the target container host's API server.
- targetContainerHostResourceId
- String
Resource ID of the target container host.
- targetContainerHostCredentialsBase64
- String
Credentials of the target container host (base64).
Returns
A new ControllerData instance for mocking.
Applies to
Azure SDK for .NET