DeploymentExtended.UpdateStages.WithIdentity Interface

public static interface DeploymentExtended.UpdateStages.WithIdentity

The stage of the DeploymentExtended update allowing to specify identity.

Method Summary

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

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

Method Details

withIdentity

public abstract DeploymentExtended.Update 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