VmssExtensionSetupOrder 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.
Vm extension setup order.
public readonly struct VmssExtensionSetupOrder : IEquatable<Azure.ResourceManager.ServiceFabricManagedClusters.Models.VmssExtensionSetupOrder>
type VmssExtensionSetupOrder = struct
Public Structure VmssExtensionSetupOrder
Implements IEquatable(Of VmssExtensionSetupOrder)
- Inheritance
-
VmssExtensionSetupOrder
- Implements
Constructors
VmssExtensionSetupOrder(String) |
Initializes a new instance of VmssExtensionSetupOrder. |
Properties
BeforeSFRuntime |
Indicates that the vm extension should run before the service fabric runtime starts. |
Methods
Equals(VmssExtensionSetupOrder) |
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(VmssExtensionSetupOrder, VmssExtensionSetupOrder) |
Determines if two VmssExtensionSetupOrder values are the same. |
Implicit(String to VmssExtensionSetupOrder) |
Converts a string to a VmssExtensionSetupOrder. |
Inequality(VmssExtensionSetupOrder, VmssExtensionSetupOrder) |
Determines if two VmssExtensionSetupOrder values are not the same. |
Applies to
Azure SDK for .NET