Property | Type | Description | |
---|---|---|---|
CloudRuntimeApplicator | Microsoft.WindowsAzure.Management.CloudService.ServiceDefinitionSchema |
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, |
Create a cloud runtime application, essentialy this is a tuple of runtime X package X role
|
|
CreateCloudRuntimeApplicator ( Microsoft.WindowsAzure.Management.CloudService.Model.CloudRuntime cloudRuntime, |
Create a cloud runtime application, essentialy this is a tuple of runtime X package X role
|
Method | Description | |
---|---|---|
CloudRuntimeApplicator ( ) : Microsoft.WindowsAzure.Management.CloudService.ServiceDefinitionSchema |
public static CreateCloudRuntimeApplicator ( Microsoft.WindowsAzure.Management.CloudService.Model.CloudRuntime cloudRuntime, |
||
cloudRuntime | Microsoft.WindowsAzure.Management.CloudService.Model.CloudRuntime | The runtime in the tuple |
cloudRuntimePackage | The package in the tuple | |
role | Microsoft.WindowsAzure.Management.CloudService.ServiceDefinitionSchema.WebRole | The role to apply the package to |
return |
public static CreateCloudRuntimeApplicator ( Microsoft.WindowsAzure.Management.CloudService.Model.CloudRuntime cloudRuntime, |
||
cloudRuntime | Microsoft.WindowsAzure.Management.CloudService.Model.CloudRuntime | The runtime in the tuple |
cloudRuntimePackage | The package in the tuple | |
role | Microsoft.WindowsAzure.Management.CloudService.ServiceDefinitionSchema.WorkerRole | The role to apply the package to |
return |