Factory.DefinitionStages.WithIdentity Interface

public static interface Factory.DefinitionStages.WithIdentity

The stage of the Factory definition allowing to specify identity.

Method Summary

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

Specifies the identity property: Managed service identity of the factory..

Method Details

withIdentity

public abstract Factory.DefinitionStages.WithCreate withIdentity(FactoryIdentity identity)

Specifies the identity property: Managed service identity of the factory..

Parameters:

identity - Managed service identity of the factory.

Returns:

the next definition stage.

Applies to