Interface ContainerApp.UpdateStages.WithIdentity

All Known Subinterfaces:
ContainerApp.Update
Enclosing interface:
ContainerApp.UpdateStages

public static interface ContainerApp.UpdateStages.WithIdentity
The stage of the ContainerApp update allowing to specify identity.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the identity property: managed identities for the Container App to interact with other Azure services without maintaining any secrets or credentials in code..
  • 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.