通过


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

HostPoolUpdateAction Struct

Definition

Action types for controlling hostpool update.

public readonly struct HostPoolUpdateAction : IEquatable<Azure.ResourceManager.DesktopVirtualization.Models.HostPoolUpdateAction>
type HostPoolUpdateAction = struct
Public Structure HostPoolUpdateAction
Implements IEquatable(Of HostPoolUpdateAction)
Inheritance
HostPoolUpdateAction
Implements

Constructors

Name Description
HostPoolUpdateAction(String)

Initializes a new instance of HostPoolUpdateAction.

Properties

Name Description
Cancel

Cancel the hostpool update.

Pause

Pause the hostpool update.

Resume

Resume the hostpool update.

Retry

Retry the hostpool update.

Start

Start the hostpool update.

Methods

Name Description
Equals(HostPoolUpdateAction)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(HostPoolUpdateAction, HostPoolUpdateAction)

Determines if two HostPoolUpdateAction values are the same.

Implicit(String to HostPoolUpdateAction)

Converts a string to a HostPoolUpdateAction.

Implicit(String to Nullable<HostPoolUpdateAction>)
Inequality(HostPoolUpdateAction, HostPoolUpdateAction)

Determines if two HostPoolUpdateAction values are not the same.

Applies to