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

GalleryApplicationScriptRebootBehavior Struct

Definition

Optional. The action to be taken with regards to install/update/remove of the gallery application in the event of a reboot.

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

Constructors

Name Description
GalleryApplicationScriptRebootBehavior(String)

Initializes a new instance of GalleryApplicationScriptRebootBehavior.

Properties

Name Description
None

None.

Rerun

Rerun.

Methods

Name Description
Equals(GalleryApplicationScriptRebootBehavior)

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(GalleryApplicationScriptRebootBehavior, GalleryApplicationScriptRebootBehavior)

Determines if two GalleryApplicationScriptRebootBehavior values are the same.

Implicit(String to GalleryApplicationScriptRebootBehavior)

Converts a String to a GalleryApplicationScriptRebootBehavior.

Inequality(GalleryApplicationScriptRebootBehavior, GalleryApplicationScriptRebootBehavior)

Determines if two GalleryApplicationScriptRebootBehavior values are not the same.

Applies to