C# Class Microsoft.WindowsAzure.Management.CloudService.Model.CloudRuntimeApplicator

Used to delay application of runtime until the user has acknowledged she wants the change
Mostra file Open project: OctopusDeploy/azure-sdk-tools Class Usage Examples

Private Properties

Property Type Description
CloudRuntimeApplicator Microsoft.WindowsAzure.Management.CloudService.ServiceDefinitionSchema

Public Methods

Method Description
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

Private Methods

Method Description
CloudRuntimeApplicator ( ) : Microsoft.WindowsAzure.Management.CloudService.ServiceDefinitionSchema

Method Details

Apply() public method

Apply the cloud runtime to the package as specified when creating the applicator
public Apply ( ) : void
return void

CreateCloudRuntimeApplicator() public static method

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
return CloudRuntimeApplicator

CreateCloudRuntimeApplicator() public static method

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
return CloudRuntimeApplicator