Package | Description |
---|---|
com.azure.resourcemanager.compute.fluent.models |
Package containing the inner data models for ComputeManagementClient.
|
com.azure.resourcemanager.compute.models |
Package containing the data models for ComputeManagementClient.
|
Modifier and Type | Method and Description |
---|---|
MaintenanceRedeployStatus |
VirtualMachineInstanceViewInner.maintenanceRedeployStatus()
Get the maintenanceRedeployStatus property: The Maintenance Operation status on the virtual machine.
|
MaintenanceRedeployStatus |
VirtualMachineScaleSetVMInstanceViewInner.maintenanceRedeployStatus()
Get the maintenanceRedeployStatus property: The Maintenance Operation status on the virtual machine.
|
Modifier and Type | Method and Description |
---|---|
VirtualMachineInstanceViewInner |
VirtualMachineInstanceViewInner.withMaintenanceRedeployStatus(MaintenanceRedeployStatus maintenanceRedeployStatus)
Set the maintenanceRedeployStatus property: The Maintenance Operation status on the virtual machine.
|
VirtualMachineScaleSetVMInstanceViewInner |
VirtualMachineScaleSetVMInstanceViewInner.withMaintenanceRedeployStatus(MaintenanceRedeployStatus maintenanceRedeployStatus)
Set the maintenanceRedeployStatus property: The Maintenance Operation status on the virtual machine.
|
Modifier and Type | Method and Description |
---|---|
MaintenanceRedeployStatus |
VirtualMachineInstanceView.maintenanceRedeployStatus()
Get the Maintenance Operation status on the virtual machine.
|
MaintenanceRedeployStatus |
MaintenanceRedeployStatus.withIsCustomerInitiatedMaintenanceAllowed(Boolean isCustomerInitiatedMaintenanceAllowed)
Set the isCustomerInitiatedMaintenanceAllowed property: True, if customer is allowed to perform Maintenance.
|
MaintenanceRedeployStatus |
MaintenanceRedeployStatus.withLastOperationMessage(String lastOperationMessage)
Set the lastOperationMessage property: Message returned for the last Maintenance Operation.
|
MaintenanceRedeployStatus |
MaintenanceRedeployStatus.withLastOperationResultCode(MaintenanceOperationResultCodeTypes lastOperationResultCode)
Set the lastOperationResultCode property: The Last Maintenance Operation Result Code.
|
MaintenanceRedeployStatus |
MaintenanceRedeployStatus.withMaintenanceWindowEndTime(OffsetDateTime maintenanceWindowEndTime)
Set the maintenanceWindowEndTime property: End Time for the Maintenance Window.
|
MaintenanceRedeployStatus |
MaintenanceRedeployStatus.withMaintenanceWindowStartTime(OffsetDateTime maintenanceWindowStartTime)
Set the maintenanceWindowStartTime property: Start Time for the Maintenance Window.
|
MaintenanceRedeployStatus |
MaintenanceRedeployStatus.withPreMaintenanceWindowEndTime(OffsetDateTime preMaintenanceWindowEndTime)
Set the preMaintenanceWindowEndTime property: End Time for the Pre Maintenance Window.
|
MaintenanceRedeployStatus |
MaintenanceRedeployStatus.withPreMaintenanceWindowStartTime(OffsetDateTime preMaintenanceWindowStartTime)
Set the preMaintenanceWindowStartTime property: Start Time for the Pre Maintenance Window.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.