Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
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
func ListNotebookProxyCredentials ¶
func ListNotebookProxyCredentials(ctx *pulumi.Context, args *ListNotebookProxyCredentialsArgs, opts ...pulumi.InvokeOption) (*ListNotebookProxyCredentialsResult, error)
type LookupNotebookProxyArgs ¶
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.
func LookupNotebookProxy ¶
func LookupNotebookProxy(ctx *pulumi.Context, args *LookupNotebookProxyArgs, opts ...pulumi.InvokeOption) (*LookupNotebookProxyResult, error)
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
Click to show internal directories.
Click to hide internal directories.