C# Класс Microsoft.WindowsAzure.Commands.CloudService.Development.SetAzureServiceProjectRoleCommand

Наследование: CmdletBase
Показать файл Открыть проект Примеры использования класса

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