Class ControllerArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.DevSpace
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ControllerArgs : ResourceArgs
Constructors
View SourceControllerArgs()
Declaration
public ControllerArgs()
Properties
View SourceLocation
Specifies the supported location where the DevSpace Controller should exist. Changing this forces a new resource to be created.
Declaration
public Input<string> Location { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
Specifies the name of the DevSpace Controller. Changing this forces a new resource to be created.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ResourceGroupName
The name of the resource group under which the DevSpace Controller resource has to be created. Changing this forces a new resource to be created.
Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SkuName
Specifies the SKU Name for this DevSpace Controller. Possible values are S1.
Declaration
public Input<string> SkuName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Tags
A mapping of tags to assign to the resource.
Declaration
public InputMap<string> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |
TargetContainerHostCredentialsBase64
Base64 encoding of kube_config_raw of Azure Kubernetes Service cluster. Changing this forces a new resource to be created.
Declaration
public Input<string> TargetContainerHostCredentialsBase64 { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
TargetContainerHostResourceId
The resource id of Azure Kubernetes Service cluster. Changing this forces a new resource to be created.
Declaration
public Input<string> TargetContainerHostResourceId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |