v20191011preview

package
v0.2.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 3, 2020 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ListNotebookProxyCredentialsArgs

type ListNotebookProxyCredentialsArgs struct {
	// The name of the resource group. The name is case insensitive.
	ResourceGroupName string `pulumi:"resourceGroupName"`
	// The name of the resource.
	ResourceName string `pulumi:"resourceName"`
}

type ListNotebookProxyCredentialsResult

type ListNotebookProxyCredentialsResult struct {
	// Hostname for the Notebook Proxy resource
	Hostname *string `pulumi:"hostname"`
	// The primary key of the NotebookProxy resource.
	PrimaryAccessKey *string `pulumi:"primaryAccessKey"`
	// Notebook Proxy resource id
	ResourceId *string `pulumi:"resourceId"`
	// The secondary key of the NotebookProxy resource.
	SecondaryAccessKey *string `pulumi:"secondaryAccessKey"`
}

Credentials and other properties of NotebookProxy resource

type LookupNotebookProxyArgs

type LookupNotebookProxyArgs struct {
	// The name of the resource group. The name is case insensitive.
	ResourceGroupName string `pulumi:"resourceGroupName"`
	// The name of the resource.
	ResourceName string `pulumi:"resourceName"`
}

type LookupNotebookProxyResult

type LookupNotebookProxyResult struct {
	// The friendly string identifier of the creator of the NotebookProxy resource.
	Hostname *string `pulumi:"hostname"`
	// The name of the resource
	Name string `pulumi:"name"`
	// The unique identifier (a GUID) generated for every resource.
	ResourceId string `pulumi:"resourceId"`
	// The type of the resource. Ex- Microsoft.Storage/storageAccounts or Microsoft.Notebooks/notebookProxies.
	Type string `pulumi:"type"`
}

A NotebookProxy resource.

type NotebookProxy

type NotebookProxy struct {
	pulumi.CustomResourceState

	// The friendly string identifier of the creator of the NotebookProxy resource.
	Hostname pulumi.StringPtrOutput `pulumi:"hostname"`
	// The name of the resource
	Name pulumi.StringOutput `pulumi:"name"`
	// The unique identifier (a GUID) generated for every resource.
	ResourceId pulumi.StringOutput `pulumi:"resourceId"`
	// The type of the resource. Ex- Microsoft.Storage/storageAccounts or Microsoft.Notebooks/notebookProxies.
	Type pulumi.StringOutput `pulumi:"type"`
}

A NotebookProxy resource.

func GetNotebookProxy

func GetNotebookProxy(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *NotebookProxyState, opts ...pulumi.ResourceOption) (*NotebookProxy, error)

GetNotebookProxy gets an existing NotebookProxy resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).

func NewNotebookProxy

func NewNotebookProxy(ctx *pulumi.Context,
	name string, args *NotebookProxyArgs, opts ...pulumi.ResourceOption) (*NotebookProxy, error)

NewNotebookProxy registers a new resource with the given unique name, arguments, and options.

type NotebookProxyArgs

type NotebookProxyArgs struct {
	// The friendly string identifier of the creator of the NotebookProxy resource.
	Hostname pulumi.StringPtrInput
	// The name of the resource group. The name is case insensitive.
	ResourceGroupName pulumi.StringInput
	// The name of the resource.
	ResourceName pulumi.StringInput
}

The set of arguments for constructing a NotebookProxy resource.

func (NotebookProxyArgs) ElementType

func (NotebookProxyArgs) ElementType() reflect.Type

type NotebookProxyState

type NotebookProxyState struct {
	// The friendly string identifier of the creator of the NotebookProxy resource.
	Hostname pulumi.StringPtrInput
	// The name of the resource
	Name pulumi.StringPtrInput
	// The unique identifier (a GUID) generated for every resource.
	ResourceId pulumi.StringPtrInput
	// The type of the resource. Ex- Microsoft.Storage/storageAccounts or Microsoft.Notebooks/notebookProxies.
	Type pulumi.StringPtrInput
}

func (NotebookProxyState) ElementType

func (NotebookProxyState) ElementType() reflect.Type

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL