BackupVaultResource.DefinitionStages.WithIdentity Interface

public static interface BackupVaultResource.DefinitionStages.WithIdentity

The stage of the BackupVaultResource definition allowing to specify identity.

Method Summary

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

Specifies the identity property: Input Managed Identity Details.

Method Details

withIdentity

public abstract BackupVaultResource.DefinitionStages.WithCreate withIdentity(DppIdentityDetails identity)

Specifies the identity property: Input Managed Identity Details.

Parameters:

identity - Input Managed Identity Details.

Returns:

the next definition stage.

Applies to