MaintenanceScope 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.
Gets or sets maintenanceScope of the configuration.
public readonly struct MaintenanceScope : IEquatable<Azure.ResourceManager.Maintenance.Models.MaintenanceScope>
type MaintenanceScope = struct
Public Structure MaintenanceScope
Implements IEquatable(Of MaintenanceScope)
- Inheritance
-
MaintenanceScope
- Implements
Constructors
MaintenanceScope(String) |
Initializes a new instance of MaintenanceScope. |
Properties
Extension |
This maintenance scope controls extension installation on VM/VMSS. |
Host |
This maintenance scope controls installation of azure platform updates i.e. services on physical nodes hosting customer VMs. |
InGuestPatch |
This maintenance scope controls installation of windows and linux packages on VM/VMSS. |
OSImage |
This maintenance scope controls os image installation on VM/VMSS. |
Resource |
This maintenance scope controls the default update maintenance of the Azure Resource. |
SqlDB |
This maintenance scope controls installation of SQL server platform updates. |
SqlManagedInstance |
This maintenance scope controls installation of SQL managed instance platform update. |
Methods
Equals(MaintenanceScope) |
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(MaintenanceScope, MaintenanceScope) |
Determines if two MaintenanceScope values are the same. |
Implicit(String to MaintenanceScope) |
Converts a string to a MaintenanceScope. |
Inequality(MaintenanceScope, MaintenanceScope) |
Determines if two MaintenanceScope values are not the same. |
Applies to
Azure SDK for .NET