VirtualMachineShutdownRolesParameters.PostShutdownAction 属性
Gets or sets a PostShutdownAction value that specifies the state of the Virtual Machines after they are shut down.
命名空间: Microsoft.WindowsAzure.Management.Compute.Models
程序集: Microsoft.WindowsAzure.Management.Compute(在 Microsoft.WindowsAzure.Management.Compute.dll 中)
用法
Dim instance As VirtualMachineShutdownRolesParameters
Dim value As Nullable(Of PostShutdownAction)
value = instance.PostShutdownAction
instance.PostShutdownAction = value
声明
Public Property PostShutdownAction As Nullable(Of PostShutdownAction)
public Nullable<PostShutdownAction> PostShutdownAction { get; set; }
public:
property Nullable<PostShutdownAction> PostShutdownAction {
Nullable<PostShutdownAction> get ();
void set (Nullable<PostShutdownAction> value);
}
/** @property */
public Nullable<PostShutdownAction> get_PostShutdownAction ()
/** @property */
public void set_PostShutdownAction (Nullable<PostShutdownAction> value)
public function get PostShutdownAction () : Nullable<PostShutdownAction>
public function set PostShutdownAction (value : Nullable<PostShutdownAction>)
A PostShutdownAction value.
此类型的所有公开静态(在 Visual Basic 中为共享)成员均为线程安全型成员。但不保证所有实例成员都是线程安全的。
Windows Vista、Windows 7 和 Windows Server 2008
VirtualMachineShutdownRolesParameters 类
VirtualMachineShutdownRolesParameters 成员
Microsoft.WindowsAzure.Management.Compute.Models 命名空间