C# 클래스 Elastacloud.AzureManagement.Fluent.ServiceOrchestrator

A class used to orchestrate a series of steps in the process of deployment
상속: IServiceTransaction
파일 보기 프로젝트 열기: azurecoder/fluent-management 1 사용 예제들

공개 메소드들

메소드 설명
AddDeploymentStep ( IServiceTransaction transaction ) : void

Adds a service transaction as a step to the deployment

Commit ( ) : dynamic

Used to commit the transaction data

Rollback ( ) : void

Used to rollback the transaction in the event of failure

ServiceOrchestrator ( ) : System.Collections.Generic

Used to create a new list of IServiceTransaction orchestrated events

메소드 상세

AddDeploymentStep() 공개 메소드

Adds a service transaction as a step to the deployment
public AddDeploymentStep ( IServiceTransaction transaction ) : void
transaction IServiceTransaction
리턴 void

Commit() 공개 메소드

Used to commit the transaction data
public Commit ( ) : dynamic
리턴 dynamic

Rollback() 공개 메소드

Used to rollback the transaction in the event of failure
public Rollback ( ) : void
리턴 void

ServiceOrchestrator() 공개 메소드

Used to create a new list of IServiceTransaction orchestrated events
public ServiceOrchestrator ( ) : System.Collections.Generic
리턴 System.Collections.Generic