Show / Hide Table of Contents

Class ControllerArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ControllerArgs
Inherited Members
ResourceArgs.Empty
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 Source

ControllerArgs()

Declaration
public ControllerArgs()

Properties

View Source

Location

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>
View Source

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>
View Source

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>
View Source

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>
View Source

Tags

A mapping of tags to assign to the resource.

Declaration
public InputMap<string> Tags { get; set; }
Property Value
Type Description
InputMap<System.String>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.