Interface WebAppBase.DefinitionStages.WithUserAssignedManagedServiceIdentityBasedAccessOrCreate<FluentT>

    • Method Detail

      • withNewUserAssignedManagedServiceIdentity

        WebAppBase.DefinitionStages.WithUserAssignedManagedServiceIdentityBasedAccessOrCreate<FluentT> withNewUserAssignedManagedServiceIdentity​(com.microsoft.azure.management.resources.fluentcore.model.Creatable<com.microsoft.azure.management.msi.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.
      • withoutUserAssignedManagedServiceIdentity

        WebAppBase.Update<FluentT> withoutUserAssignedManagedServiceIdentity​(String identityId)
        Specifies that an user assigned identity associated with the web app should be removed.
        Parameters:
        identityId - ARM resource id of the identity
        Returns:
        the next stage of the virtual machine update