CloudHsmCluster.DefinitionStages.WithIdentity Interface

public static interface CloudHsmCluster.DefinitionStages.WithIdentity

The stage of the CloudHsmCluster definition allowing to specify identity.

Method Summary

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

Specifies the identity property: Managed service identity (system assigned and/or user assigned identities).

Method Details

withIdentity

public abstract CloudHsmCluster.DefinitionStages.WithCreate withIdentity(ManagedServiceIdentity identity)

Specifies the identity property: Managed service identity (system assigned and/or user assigned identities).

Parameters:

identity - Managed service identity (system assigned and/or user assigned identities).

Returns:

the next definition stage.

Applies to