Show / Hide Table of Contents

Class WorkspaceCustomParameters

Inheritance
System.Object
WorkspaceCustomParameters
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.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class WorkspaceCustomParameters

Fields

View Source

NoPublicIp

Are public IP Addresses not allowed?

Declaration
public readonly bool? NoPublicIp
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

PrivateSubnetName

The name of the Private Subnet within the Virtual Network. Required if virtual_network_id is set.

Declaration
public readonly string PrivateSubnetName
Field Value
Type Description
System.String
View Source

PublicSubnetName

The name of the Public Subnet within the Virtual Network. Required if virtual_network_id is set.

Declaration
public readonly string PublicSubnetName
Field Value
Type Description
System.String
View Source

VirtualNetworkId

The ID of a Virtual Network where this Databricks Cluster should be created.

Declaration
public readonly string VirtualNetworkId
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.