Share via


Pool.UpdateStages.WithIdentity Interface

public static interface Pool.UpdateStages.WithIdentity

The stage of the Pool update allowing to specify identity.

Method Summary

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

Specifies the identity property: The type of identity used for the Batch Pool..

Method Details

withIdentity

public abstract Pool.Update withIdentity(BatchPoolIdentity identity)

Specifies the identity property: The type of identity used for the Batch Pool..

Parameters:

identity - The type of identity used for the Batch Pool.

Returns:

the next definition stage.

Applies to