Show / Hide Table of Contents

Class RemoteWorkspace

Inheritance
object
RemoteWorkspace
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Pulumi.Automation
Assembly: Pulumi.Automation.dll
Syntax
public static class RemoteWorkspace

Methods

View Source

CreateOrSelectStackAsync(RemoteGitProgramArgs, CancellationToken)

PREVIEW: Creates or selects an existing Stack backed by a RemoteWorkspace with source code from the specified Git repository. Pulumi operations on the stack (Preview, Update, Refresh, and Destroy) are performed remotely.

Declaration
public static Task<RemoteWorkspaceStack> CreateOrSelectStackAsync(RemoteGitProgramArgs args, CancellationToken cancellationToken)
Parameters
Type Name Description
RemoteGitProgramArgs args

A set of arguments to initialize a RemoteStack with a remote Pulumi program from a Git repository.

CancellationToken cancellationToken

A cancellation token.

Returns
Type Description
Task<RemoteWorkspaceStack>
View Source

CreateOrSelectStackAsync(RemoteGitProgramArgs)

PREVIEW: Creates or selects an existing Stack backed by a RemoteWorkspace with source code from the specified Git repository. Pulumi operations on the stack (Preview, Update, Refresh, and Destroy) are performed remotely.

Declaration
public static Task<RemoteWorkspaceStack> CreateOrSelectStackAsync(RemoteGitProgramArgs args)
Parameters
Type Name Description
RemoteGitProgramArgs args

A set of arguments to initialize a RemoteStack with a remote Pulumi program from a Git repository.

Returns
Type Description
Task<RemoteWorkspaceStack>
View Source

CreateStackAsync(RemoteGitProgramArgs, CancellationToken)

PREVIEW: Creates a Stack backed by a RemoteWorkspace with source code from the specified Git repository. Pulumi operations on the stack (Preview, Update, Refresh, and Destroy) are performed remotely.

Declaration
public static Task<RemoteWorkspaceStack> CreateStackAsync(RemoteGitProgramArgs args, CancellationToken cancellationToken)
Parameters
Type Name Description
RemoteGitProgramArgs args

A set of arguments to initialize a RemoteStack with a remote Pulumi program from a Git repository.

CancellationToken cancellationToken

A cancellation token.

Returns
Type Description
Task<RemoteWorkspaceStack>
View Source

CreateStackAsync(RemoteGitProgramArgs)

PREVIEW: Creates a Stack backed by a RemoteWorkspace with source code from the specified Git repository. Pulumi operations on the stack (Preview, Update, Refresh, and Destroy) are performed remotely.

Declaration
public static Task<RemoteWorkspaceStack> CreateStackAsync(RemoteGitProgramArgs args)
Parameters
Type Name Description
RemoteGitProgramArgs args

A set of arguments to initialize a RemoteStack with a remote Pulumi program from a Git repository.

Returns
Type Description
Task<RemoteWorkspaceStack>
View Source

SelectStackAsync(RemoteGitProgramArgs, CancellationToken)

PREVIEW: Selects an existing Stack backed by a RemoteWorkspace with source code from the specified Git repository. Pulumi operations on the stack (Preview, Update, Refresh, and Destroy) are performed remotely.

Declaration
public static Task<RemoteWorkspaceStack> SelectStackAsync(RemoteGitProgramArgs args, CancellationToken cancellationToken)
Parameters
Type Name Description
RemoteGitProgramArgs args

A set of arguments to initialize a RemoteStack with a remote Pulumi program from a Git repository.

CancellationToken cancellationToken

A cancellation token.

Returns
Type Description
Task<RemoteWorkspaceStack>
View Source

SelectStackAsync(RemoteGitProgramArgs)

PREVIEW: Selects an existing Stack backed by a RemoteWorkspace with source code from the specified Git repository. Pulumi operations on the stack (Preview, Update, Refresh, and Destroy) are performed remotely.

Declaration
public static Task<RemoteWorkspaceStack> SelectStackAsync(RemoteGitProgramArgs args)
Parameters
Type Name Description
RemoteGitProgramArgs args

A set of arguments to initialize a RemoteStack with a remote Pulumi program from a Git repository.

Returns
Type Description
Task<RemoteWorkspaceStack>
  • View Source
Back to top Copyright 2016-2023, Pulumi Corporation.