SqlVmAdditionalVmPatch 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.
Additional Patch to be enable or enabled on the SQL Virtual Machine.
public readonly struct SqlVmAdditionalVmPatch : IEquatable<Azure.ResourceManager.SqlVirtualMachine.Models.SqlVmAdditionalVmPatch>
type SqlVmAdditionalVmPatch = struct
Public Structure SqlVmAdditionalVmPatch
Implements IEquatable(Of SqlVmAdditionalVmPatch)
- Inheritance
-
SqlVmAdditionalVmPatch
- Implements
Constructors
| Name | Description |
|---|---|
| SqlVmAdditionalVmPatch(String) |
Initializes a new instance of SqlVmAdditionalVmPatch. |
Properties
| Name | Description |
|---|---|
| MicrosoftUpdate |
Gets the MicrosoftUpdate. |
| NotSet |
Gets the NotSet. |
Methods
| Name | Description |
|---|---|
| Equals(SqlVmAdditionalVmPatch) |
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(SqlVmAdditionalVmPatch, SqlVmAdditionalVmPatch) |
Determines if two SqlVmAdditionalVmPatch values are the same. |
| Implicit(String to Nullable<SqlVmAdditionalVmPatch>) | |
| Implicit(String to SqlVmAdditionalVmPatch) |
Converts a string to a SqlVmAdditionalVmPatch. |
| Inequality(SqlVmAdditionalVmPatch, SqlVmAdditionalVmPatch) |
Determines if two SqlVmAdditionalVmPatch values are not the same. |