C# 클래스 Microsoft.WindowsAzure.Management.CloudService.Model.CloudRuntimeApplicator

Used to delay application of runtime until the user has acknowledged she wants the change
파일 보기 프로젝트 열기: OctopusDeploy/azure-sdk-tools 1 사용 예제들

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