DeploymentCreateParameters.StartDeployment 속성
Gets or sets whether to start the deployment immediately after it is created.
네임스페이스: Microsoft.WindowsAzure.Management.Compute.Models
어셈블리: Microsoft.WindowsAzure.Management.Compute.dll의 Microsoft.WindowsAzure.Management.Compute
사용량
‘사용 방법
Dim instance As DeploymentCreateParameters
Dim value As Nullable(Of Boolean)
value = instance.StartDeployment
instance.StartDeployment = value
구문
‘선언
Public Property StartDeployment As Nullable(Of Boolean)
public Nullable<bool> StartDeployment { get; set; }
public:
property Nullable<bool> StartDeployment {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
/** @property */
public Nullable<boolean> get_StartDeployment ()
/** @property */
public void set_StartDeployment (Nullable<boolean> value)
public function get StartDeployment () : Nullable<boolean>
public function set StartDeployment (value : Nullable<boolean>)
속성 값
true to start the deployment immediately; otherwise, false.
설명
The default value is false. If false, the service model is still deployed, but the code is not run immediately. Instead, the service is Suspended until you call a method to update the status. A deployed service still incurs charges, even if it is suspended.
스레드 보안
이 유형의 public static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.
플랫폼
개발 플랫폼
Windows Vista, Windows 7 및 Windows Server 2008
대상 플랫폼
참고 항목
참조
DeploymentCreateParameters 클래스
DeploymentCreateParameters 멤버
Microsoft.WindowsAzure.Management.Compute.Models 네임스페이스