SqlVmAdditionalOsPatch Struct

Definition

Additional VM Patching solution enabled on the Virtual Machine.

public readonly struct SqlVmAdditionalOsPatch : IEquatable<Azure.ResourceManager.SqlVirtualMachine.Models.SqlVmAdditionalOsPatch>
type SqlVmAdditionalOsPatch = struct
Public Structure SqlVmAdditionalOsPatch
Implements IEquatable(Of SqlVmAdditionalOsPatch)
Inheritance
SqlVmAdditionalOsPatch
Implements

Constructors

Name Description
SqlVmAdditionalOsPatch(String)

Initializes a new instance of SqlVmAdditionalOsPatch.

Properties

Name Description
WSUS

Gets the WSUS.

WU

Gets the WU.

WUMU

Gets the WUMU.

Methods

Name Description
Equals(SqlVmAdditionalOsPatch)

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(SqlVmAdditionalOsPatch, SqlVmAdditionalOsPatch)

Determines if two SqlVmAdditionalOsPatch values are the same.

Implicit(String to Nullable<SqlVmAdditionalOsPatch>)
Implicit(String to SqlVmAdditionalOsPatch)

Converts a string to a SqlVmAdditionalOsPatch.

Inequality(SqlVmAdditionalOsPatch, SqlVmAdditionalOsPatch)

Determines if two SqlVmAdditionalOsPatch values are not the same.

Applies to