Свойство | Тип | Описание | |
---|---|---|---|
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 |
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 |
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 |