Interface WebAppBase.UpdateStages.WithUserAssignedManagedServiceIdentityBasedAccess<FluentT>

    • Method Detail

      • withNewUserAssignedManagedServiceIdentity

        WebAppBase.Update<FluentT> withNewUserAssignedManagedServiceIdentity​(Creatable<Identity> creatableIdentity)
        Specifies the definition of a not-yet-created user assigned identity to be associated with the web app.
        Parameters:
        creatableIdentity - a creatable identity definition
        Returns:
        the next stage of the definition.
      • withExistingUserAssignedManagedServiceIdentity

        WebAppBase.Update<FluentT> withExistingUserAssignedManagedServiceIdentity​(Identity identity)
        Specifies an existing user assigned identity to be associated with the web app.
        Parameters:
        identity - the identity
        Returns:
        the next stage of the definition.