ArmRecoveryServicesDataReplicationModelFactory.DeploymentPreflight Method

Definition

Deployment preflight model.

public static Azure.ResourceManager.RecoveryServicesDataReplication.Models.DeploymentPreflight DeploymentPreflight(System.Collections.Generic.IEnumerable<Azure.ResourceManager.RecoveryServicesDataReplication.Models.DeploymentPreflightResourceInfo> resources = default);
static member DeploymentPreflight : seq<Azure.ResourceManager.RecoveryServicesDataReplication.Models.DeploymentPreflightResourceInfo> -> Azure.ResourceManager.RecoveryServicesDataReplication.Models.DeploymentPreflight
Public Shared Function DeploymentPreflight (Optional resources As IEnumerable(Of DeploymentPreflightResourceInfo) = Nothing) As DeploymentPreflight

Parameters

resources
IEnumerable<DeploymentPreflightResourceInfo>

Gets or sets the list of resources.

Returns

A new DeploymentPreflight instance for mocking.

Applies to