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 Detail

      • withIdentity

        ContainerApp.Update withIdentity​(ManagedServiceIdentity identity)
        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.