ArmComputeModelFactory.AllInstancesDown(Nullable<Boolean>) 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.
public static Azure.ResourceManager.Compute.Models.AllInstancesDown AllInstancesDown(bool? automaticallyApprove = default);
static member AllInstancesDown : Nullable<bool> -> Azure.ResourceManager.Compute.Models.AllInstancesDown
Public Shared Function AllInstancesDown (Optional automaticallyApprove As Nullable(Of Boolean) = Nothing) As AllInstancesDown
Parameters
Specifies if Scheduled Events should be auto-approved when all instances are down. its default value is true
Returns
A new AllInstancesDown instance for mocking.