Class WorkspaceCustomParametersArgs
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.DataBricks.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class WorkspaceCustomParametersArgs : ResourceArgs
Constructors
View SourceWorkspaceCustomParametersArgs()
Declaration
public WorkspaceCustomParametersArgs()
Properties
View SourceNoPublicIp
Are public IP Addresses not allowed?
Declaration
public Input<bool> NoPublicIp { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
PrivateSubnetName
The name of the Private Subnet within the Virtual Network. Required if virtual_network_id is set.
Declaration
public Input<string> PrivateSubnetName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PublicSubnetName
The name of the Public Subnet within the Virtual Network. Required if virtual_network_id is set.
Declaration
public Input<string> PublicSubnetName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
VirtualNetworkId
The ID of a Virtual Network where this Databricks Cluster should be created.
Declaration
public Input<string> VirtualNetworkId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |