ArmRecoveryServicesDataReplicationModelFactory.DeploymentPreflight 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.
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.