C# 클래스 Microsoft.WindowsAzure.Commands.CloudService.Development.SetAzureServiceProjectRoleCommand

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

Private Properties

프로퍼티 타입 설명
ExecuteCmdlet void
SetAzureRuntimesProcess RoleSettings

공개 메소드들

메소드 설명
SetAzureInstancesProcess ( string roleName, int instances, string rootPath ) : RoleSettings

The code to run if setting azure instances

SetAzureVMSizeProcess ( string roleName, string vmSize, string rootPath ) : RoleSettings

Sets the VM size of the role.

비공개 메소드들

메소드 설명
ExecuteCmdlet ( ) : void
SetAzureRuntimesProcess ( string roleName, string runtimeType, string runtimeVersion, string rootPath, string manifest = null ) : RoleSettings

메소드 상세

SetAzureInstancesProcess() 공개 메소드

The code to run if setting azure instances
public SetAzureInstancesProcess ( string roleName, int instances, string rootPath ) : RoleSettings
roleName string The name of the role to update
instances int The new number of instances for the role
rootPath string The root path to the service containing the role
리턴 RoleSettings

SetAzureVMSizeProcess() 공개 메소드

Sets the VM size of the role.
public SetAzureVMSizeProcess ( string roleName, string vmSize, string rootPath ) : RoleSettings
roleName string The role name
vmSize string The vm size
rootPath string The service root path
리턴 RoleSettings