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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET