C# 클래스 Microsoft.WindowsAzure.Management.ServiceManagement.IaaS.PersistentVMs.NewAzureVMCommand

상속: IaaSDeploymentManagementCmdletBase
파일 보기 프로젝트 열기: OctopusDeploy/azure-sdk-tools 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
NewAzureVMCommand ( ) : System
NewAzureVMCommand ( IServiceManagement channel ) : System
NewAzureVMProcess ( ) : void

보호된 메소드들

메소드 설명
DoesCloudServiceExist ( string serviceName ) : bool
ProcessRecord ( ) : void
ValidateParameters ( ) : void

메소드 상세

DoesCloudServiceExist() 보호된 메소드

protected DoesCloudServiceExist ( string serviceName ) : bool
serviceName string
리턴 bool

NewAzureVMCommand() 공개 메소드

public NewAzureVMCommand ( ) : System
리턴 System

NewAzureVMCommand() 공개 메소드

public NewAzureVMCommand ( IServiceManagement channel ) : System
channel IServiceManagement
리턴 System

NewAzureVMProcess() 공개 메소드

public NewAzureVMProcess ( ) : void
리턴 void

ProcessRecord() 보호된 메소드

protected ProcessRecord ( ) : void
리턴 void

ValidateParameters() 보호된 메소드

protected ValidateParameters ( ) : void
리턴 void