Compartilhar via


AmlFilesystem.DefinitionStages.WithIdentity Interface

public static interface AmlFilesystem.DefinitionStages.WithIdentity

The stage of the AmlFilesystem definition allowing to specify identity.

Method Summary

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

Specifies the identity property: The managed identity used by the AML file system, if configured..

Method Details

withIdentity

public abstract AmlFilesystem.DefinitionStages.WithCreate withIdentity(AmlFilesystemIdentity identity)

Specifies the identity property: The managed identity used by the AML file system, if configured..

Parameters:

identity - The managed identity used by the AML file system, if configured.

Returns:

the next definition stage.

Applies to