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
| Name | Description |
|---|---|
| VmSetupAction(String) |
Initializes a new instance of VmSetupAction. |
Properties
| Name | Description |
|---|---|
| EnableContainers |
Enable windows containers feature. |
| EnableHyperV |
Enables windows HyperV feature. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| Equality(VmSetupAction, VmSetupAction) |
Determines if two VmSetupAction values are the same. |
| Implicit(String to Nullable<VmSetupAction>) | |
| Implicit(String to VmSetupAction) |
Converts a string to a VmSetupAction. |
| Inequality(VmSetupAction, VmSetupAction) |
Determines if two VmSetupAction values are not the same. |