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
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for .NET