VmSetupAction 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.
action to be performed on the vms before bootstrapping the service fabric runtime.
public readonly struct VmSetupAction : IEquatable<Azure.ResourceManager.ServiceFabricManagedClusters.Models.VmSetupAction>
type VmSetupAction = struct
Public Structure VmSetupAction
Implements IEquatable(Of VmSetupAction)
- Inheritance
-
VmSetupAction
- Implements
Constructors
VmSetupAction(String) |
Initializes a new instance of VmSetupAction. |
Properties
EnableContainers |
Enable windows containers feature. |
EnableHyperV |
Enables windows HyperV feature. |
Methods
Equals(VmSetupAction) |
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(VmSetupAction, VmSetupAction) |
Determines if two VmSetupAction values are the same. |
Implicit(String to VmSetupAction) |
Converts a string to a VmSetupAction. |
Inequality(VmSetupAction, VmSetupAction) |
Determines if two VmSetupAction values are not the same. |
Applies to
Azure SDK for .NET