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
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET