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

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

Private Properties

Свойство Type Description
CloudRuntimeApplicator Microsoft.WindowsAzure.Management.CloudService.ServiceDefinitionSchema

Méthodes publiques

Méthode 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

Méthode Description
CloudRuntimeApplicator ( ) : Microsoft.WindowsAzure.Management.CloudService.ServiceDefinitionSchema

Method Details

Apply() public méthode

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

CreateCloudRuntimeApplicator() public static méthode

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
Résultat CloudRuntimeApplicator

CreateCloudRuntimeApplicator() public static méthode

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
Résultat CloudRuntimeApplicator