DeploymentExtended.DefinitionStages.WithIdentity Interface

public static interface DeploymentExtended.DefinitionStages.WithIdentity

The stage of the DeploymentExtended definition allowing to specify identity.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withIdentity(DeploymentIdentity identity)

Specifies the identity property: The Managed Identity configuration for a deployment..

Method Details

withIdentity

public abstract DeploymentExtended.DefinitionStages.WithCreate withIdentity(DeploymentIdentity identity)

Specifies the identity property: The Managed Identity configuration for a deployment..

Parameters:

identity - The Managed Identity configuration for a deployment.

Returns:

the next definition stage.

Applies to