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 |
---|---|
AutomaticRepairsPolicy |
VirtualMachineScaleSetInner.automaticRepairsPolicy()
Get the automaticRepairsPolicy property: Policy for automatic repairs.
|
Modifier and Type | Method and Description |
---|---|
VirtualMachineScaleSetInner |
VirtualMachineScaleSetInner.withAutomaticRepairsPolicy(AutomaticRepairsPolicy automaticRepairsPolicy)
Set the automaticRepairsPolicy property: Policy for automatic repairs.
|
Modifier and Type | Method and Description |
---|---|
AutomaticRepairsPolicy |
VirtualMachineScaleSetUpdate.automaticRepairsPolicy()
Get the automaticRepairsPolicy property: Policy for automatic repairs.
|
AutomaticRepairsPolicy |
AutomaticRepairsPolicy.withEnabled(Boolean enabled)
Set the enabled property: Specifies whether automatic repairs should be enabled on the virtual machine scale set.
|
AutomaticRepairsPolicy |
AutomaticRepairsPolicy.withGracePeriod(String gracePeriod)
Set the gracePeriod property: The amount of time for which automatic repairs are suspended due to a state change
on VM.
|
Modifier and Type | Method and Description |
---|---|
VirtualMachineScaleSetUpdate |
VirtualMachineScaleSetUpdate.withAutomaticRepairsPolicy(AutomaticRepairsPolicy automaticRepairsPolicy)
Set the automaticRepairsPolicy property: Policy for automatic repairs.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.