Set-BT_OfferingInstance

Syntax

Set-BT_OfferingInstance -Ticket <Ticket> -offeringinstance <OfferingInstanceDTO[]> [-Environment <string>] [-Id <guid>] [-IsDeleted <bool>] [-Created <datetime>] [-Updated <datetime>] [-Version <int>] [-Name <string>] [-SystemUserId <guid>] [-OrganizationId <guid>] [-OfferingMetadata <OfferingMetadata>] [-Status <OfferingStatus>] [-CallbackStatus <CallbackStatus>] [-ReleaseMode <ReleaseMode>] [-Vendor <string>] [-Keywords <string[]>] [-Notes <string>] [-GeneratedByInformation <string>] [-AssignedToUserId <guid>] [-AssignedToTeamId <guid>] [-CompletedAt <datetime>] [-DueBy <datetime>] [-Description <string>] [-AdvancedSettings <OfferingAdvancedSettings>] [-TaskInstances <TaskInstance[]>] [-AccessLevel <AccessLevel>] [<CommonParameters>]

Set-BT_OfferingInstance -Ticket <Ticket> -EndpointUrl <string> -offeringinstance <OfferingInstanceDTO[]> [-Id <guid>] [-IsDeleted <bool>] [-Created <datetime>] [-Updated <datetime>] [-Version <int>] [-Name <string>] [-SystemUserId <guid>] [-OrganizationId <guid>] [-OfferingMetadata <OfferingMetadata>] [-Status <OfferingStatus>] [-CallbackStatus <CallbackStatus>] [-ReleaseMode <ReleaseMode>] [-Vendor <string>] [-Keywords <string[]>] [-Notes <string>] [-GeneratedByInformation <string>] [-AssignedToUserId <guid>] [-AssignedToTeamId <guid>] [-CompletedAt <datetime>] [-DueBy <datetime>] [-Description <string>] [-AdvancedSettings <OfferingAdvancedSettings>] [-TaskInstances <TaskInstance[]>] [-AccessLevel <AccessLevel>] [<CommonParameters>]

Detailed Description

Set-BT_OfferingInstance sets a(an) BT_OfferingInstance. Represents a deployment of an to a customer.

Parameters

Total Parameters: 39

EndpointUrl

Paremeter specs:

Required True
ValueFromPipeline False
ValueFromPipelineByPropertyName False

offeringinstance

Paremeter specs:

Required True
ValueFromPipeline True
ValueFromPipelineByPropertyName True

Ticket

Paremeter specs:

Required True
ValueFromPipeline False
ValueFromPipelineByPropertyName False

AccessLevel

Paremeter specs:

Required False
ValueFromPipeline False
ValueFromPipelineByPropertyName False

AdvancedSettings

Paremeter specs:

Required False
ValueFromPipeline False
ValueFromPipelineByPropertyName False

AssignedToTeamId

Paremeter specs:

Required False
ValueFromPipeline False
ValueFromPipelineByPropertyName False

AssignedToUserId

Paremeter specs:

Required False
ValueFromPipeline False
ValueFromPipelineByPropertyName False

CallbackStatus

Available values are listed below.

Value Description
None None.
WaitingForInstantiationCallback Waiting for instantiation callback.
WaitingForExecutionCallback Waiting for execution callback.
CallbackFailed Callback failed.

Paremeter specs:

Required False
ValueFromPipeline False
ValueFromPipelineByPropertyName False

CompletedAt

Paremeter specs:

Required False
ValueFromPipeline False
ValueFromPipelineByPropertyName False

Created

Paremeter specs:

Required False
ValueFromPipeline False
ValueFromPipelineByPropertyName False

Description

Paremeter specs:

Required False
ValueFromPipeline False
ValueFromPipelineByPropertyName False

DueBy

Paremeter specs:

Required False
ValueFromPipeline False
ValueFromPipelineByPropertyName False

Environment

Available values are listed below.

Value Description
BT Represents BT
Beta Represents Beta
Develop Represents Develop
Release Represents Release
Test Represents Test
China Represents China
Germany Represents Germany
Alpha Represents Alpha
Today Represents Today
Sandbox-02 Represents Sandbox-02
Sandbox-03 Represents Sandbox-03

Paremeter specs:

Required False
ValueFromPipeline False
ValueFromPipelineByPropertyName False

GeneratedByInformation

Paremeter specs:

Required False
ValueFromPipeline False
ValueFromPipelineByPropertyName False

Id

Paremeter specs:

Required False
ValueFromPipeline False
ValueFromPipelineByPropertyName False

IsDeleted

Paremeter specs:

Required False
ValueFromPipeline False
ValueFromPipelineByPropertyName False

Keywords

Paremeter specs:

Required False
ValueFromPipeline False
ValueFromPipelineByPropertyName False

Name

Paremeter specs:

Required False
ValueFromPipeline False
ValueFromPipelineByPropertyName False

Notes

Paremeter specs:

Required False
ValueFromPipeline False
ValueFromPipelineByPropertyName False

OfferingMetadata

Paremeter specs:

Required False
ValueFromPipeline False
ValueFromPipelineByPropertyName False

OrganizationId

Paremeter specs:

Required False
ValueFromPipeline False
ValueFromPipelineByPropertyName False

ReleaseMode

Available values are listed below.

Value Description
Released Indicates that this is a released OfferingInstance / TaskInstance.
Design Indicates that this is a design mode OfferingInstance / TaskInstance.
Estimate Indicates that this is an estimate mode OfferingInstance / TaskInstance.

Paremeter specs:

Required False
ValueFromPipeline False
ValueFromPipelineByPropertyName False

Status

Available values are listed below.

Value Description
NeedParameters Need parameters, offering is a draft.
Deployed Deployed.
DeploymentInProgress Deployment in progress.
FailedToDeploy Deployment of offering failed.
InProgress The offering service is in progress (the underlying tasks are in progress).
Completed The offering service completed (all underlying tasks have completed).
Cancelled The offering service has been cancelled.

Paremeter specs:

Required False
ValueFromPipeline False
ValueFromPipelineByPropertyName False

SystemUserId

Paremeter specs:

Required False
ValueFromPipeline False
ValueFromPipelineByPropertyName False

TaskInstances

Paremeter specs:

Required False
ValueFromPipeline False
ValueFromPipelineByPropertyName False

Updated

Paremeter specs:

Required False
ValueFromPipeline False
ValueFromPipelineByPropertyName False

Vendor

Paremeter specs:

Required False
ValueFromPipeline False
ValueFromPipelineByPropertyName False

Version

Paremeter specs:

Required False
ValueFromPipeline False
ValueFromPipelineByPropertyName False

Outputs

System.Object

Notes

Examples