Interface ContainerApp.DefinitionStages.WithIdentity

All Known Subinterfaces:
ContainerApp.Definition, ContainerApp.DefinitionStages.WithCreate
Enclosing interface:
ContainerApp.DefinitionStages

public static interface ContainerApp.DefinitionStages.WithIdentity
The stage of the ContainerApp definition allowing to specify identity.
  • Method Details

    • withIdentity

      Specifies the identity property: managed identities for the Container App to interact with other Azure services without maintaining any secrets or credentials in code..
      Parameters:
      identity - managed identities for the Container App to interact with other Azure services without maintaining any secrets or credentials in code.
      Returns:
      the next definition stage.