C# Класс Microsoft.WindowsAzure.Management.CloudService.Model.CloudRuntimeApplicator

Used to delay application of runtime until the user has acknowledged she wants the change
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
CloudRuntimeApplicator Microsoft.WindowsAzure.Management.CloudService.ServiceDefinitionSchema

Открытые методы

Метод Описание
Apply ( ) : void

Apply the cloud runtime to the package as specified when creating the applicator

CreateCloudRuntimeApplicator ( Microsoft.WindowsAzure.Management.CloudService.Model.CloudRuntime cloudRuntime, CloudRuntimePackage cloudRuntimePackage, Microsoft.WindowsAzure.Management.CloudService.ServiceDefinitionSchema.WebRole role ) : CloudRuntimeApplicator

Create a cloud runtime application, essentialy this is a tuple of runtime X package X role

CreateCloudRuntimeApplicator ( Microsoft.WindowsAzure.Management.CloudService.Model.CloudRuntime cloudRuntime, CloudRuntimePackage cloudRuntimePackage, Microsoft.WindowsAzure.Management.CloudService.ServiceDefinitionSchema.WorkerRole role ) : CloudRuntimeApplicator

Create a cloud runtime application, essentialy this is a tuple of runtime X package X role

Приватные методы

Метод Описание
CloudRuntimeApplicator ( ) : Microsoft.WindowsAzure.Management.CloudService.ServiceDefinitionSchema

Описание методов

Apply() публичный Метод

Apply the cloud runtime to the package as specified when creating the applicator
public Apply ( ) : void
Результат void

CreateCloudRuntimeApplicator() публичный статический Метод

Create a cloud runtime application, essentialy this is a tuple of runtime X package X role
public static CreateCloudRuntimeApplicator ( Microsoft.WindowsAzure.Management.CloudService.Model.CloudRuntime cloudRuntime, CloudRuntimePackage cloudRuntimePackage, Microsoft.WindowsAzure.Management.CloudService.ServiceDefinitionSchema.WebRole role ) : CloudRuntimeApplicator
cloudRuntime Microsoft.WindowsAzure.Management.CloudService.Model.CloudRuntime The runtime in the tuple
cloudRuntimePackage CloudRuntimePackage The package in the tuple
role Microsoft.WindowsAzure.Management.CloudService.ServiceDefinitionSchema.WebRole The role to apply the package to
Результат CloudRuntimeApplicator

CreateCloudRuntimeApplicator() публичный статический Метод

Create a cloud runtime application, essentialy this is a tuple of runtime X package X role
public static CreateCloudRuntimeApplicator ( Microsoft.WindowsAzure.Management.CloudService.Model.CloudRuntime cloudRuntime, CloudRuntimePackage cloudRuntimePackage, Microsoft.WindowsAzure.Management.CloudService.ServiceDefinitionSchema.WorkerRole role ) : CloudRuntimeApplicator
cloudRuntime Microsoft.WindowsAzure.Management.CloudService.Model.CloudRuntime The runtime in the tuple
cloudRuntimePackage CloudRuntimePackage The package in the tuple
role Microsoft.WindowsAzure.Management.CloudService.ServiceDefinitionSchema.WorkerRole The role to apply the package to
Результат CloudRuntimeApplicator