ArmHybridComputeModelFactory.HybridComputePatchSettingsStatus Method

Definition

Initializes a new instance of HybridComputePatchSettingsStatus.

public static Azure.ResourceManager.HybridCompute.Models.HybridComputePatchSettingsStatus HybridComputePatchSettingsStatus (Azure.ResourceManager.HybridCompute.Models.HotpatchEnablementStatus? hotpatchEnablementStatus = default, Azure.ResponseError error = default);
static member HybridComputePatchSettingsStatus : Nullable<Azure.ResourceManager.HybridCompute.Models.HotpatchEnablementStatus> * Azure.ResponseError -> Azure.ResourceManager.HybridCompute.Models.HybridComputePatchSettingsStatus
Public Shared Function HybridComputePatchSettingsStatus (Optional hotpatchEnablementStatus As Nullable(Of HotpatchEnablementStatus) = Nothing, Optional error As ResponseError = Nothing) As HybridComputePatchSettingsStatus

Parameters

hotpatchEnablementStatus
Nullable<HotpatchEnablementStatus>

Indicates the current status of the hotpatch being enabled or disabled.

error
ResponseError

The errors that were encountered during the hotpatch capability enrollment or disenrollment.

Returns

A new HybridComputePatchSettingsStatus instance for mocking.

Applies to