共用方式為


ServiceUnitResource.DefinitionStages.WithDeploymentMode Interface

public static interface ServiceUnitResource.DefinitionStages.WithDeploymentMode

The stage of the ServiceUnitResource definition allowing to specify deploymentMode.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withDeploymentMode(DeploymentMode deploymentMode)

Specifies the deploymentMode property: Describes the type of ARM deployment to be performed on the resource..

Method Details

withDeploymentMode

public abstract ServiceUnitResource.DefinitionStages.WithCreate withDeploymentMode(DeploymentMode deploymentMode)

Specifies the deploymentMode property: Describes the type of ARM deployment to be performed on the resource..

Parameters:

deploymentMode - Describes the type of ARM deployment to be performed on the resource.

Returns:

the next definition stage.

Applies to