MaintenanceImpactType 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.
The impact type.
public readonly struct MaintenanceImpactType : IEquatable<Azure.ResourceManager.Maintenance.Models.MaintenanceImpactType>
type MaintenanceImpactType = struct
Public Structure MaintenanceImpactType
Implements IEquatable(Of MaintenanceImpactType)
- Inheritance
-
MaintenanceImpactType
- Implements
Constructors
MaintenanceImpactType(String) |
Initializes a new instance of MaintenanceImpactType. |
Properties
Freeze |
Pending updates can freeze network or disk io operation on resource. |
None |
Pending updates has no impact on resource. |
Redeploy |
Pending updates can redeploy resource. |
Restart |
Pending updates can cause resource to restart. |
Methods
Equals(MaintenanceImpactType) |
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(MaintenanceImpactType, MaintenanceImpactType) |
Determines if two MaintenanceImpactType values are the same. |
Implicit(String to MaintenanceImpactType) |
Converts a string to a MaintenanceImpactType. |
Inequality(MaintenanceImpactType, MaintenanceImpactType) |
Determines if two MaintenanceImpactType values are not the same. |
Applies to
Azure SDK for .NET