ArmHybridComputeModelFactory.HybridComputePatchSettingsStatus Method
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.
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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET