GalleryApplicationScriptRebootBehavior Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
GalleryApplicationScriptRebootBehavior(String) |
Initializes a new instance of GalleryApplicationScriptRebootBehavior. |
Properties
None |
None. |
Rerun |
Rerun. |
Methods
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
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. |