Show / Hide Table of Contents

Class WorkspaceCustomParametersGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
WorkspaceCustomParametersGetArgs
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.DataBricks.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class WorkspaceCustomParametersGetArgs : ResourceArgs

Constructors

View Source

WorkspaceCustomParametersGetArgs()

Declaration
public WorkspaceCustomParametersGetArgs()

Properties

View Source

NoPublicIp

Are public IP Addresses not allowed?

Declaration
public Input<bool> NoPublicIp { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

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

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

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