ArmComputeModelFactory.AllInstancesDown(Nullable<Boolean>) Method

Definition

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

automaticallyApprove
Nullable<Boolean>

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.

Applies to