Interface GenericResource.UpdateStages.WithIdentity

  • All Known Subinterfaces:
    GenericResource.Update
    Enclosing interface:
    GenericResource.UpdateStages

    public static interface GenericResource.UpdateStages.WithIdentity
    The template for a generic resource update operation for specifying the managed identity.
    • Method Detail

      • withIdentity

        GenericResource.Update withIdentity​(Identity identity)
        Specifies managed identity.
        Parameters:
        identity - the managed identity
        Returns:
        the next stage of generic resource update
      • withoutIdentity

        GenericResource.Update withoutIdentity()
        Specifies managed identity.
        Returns:
        the next stage of generic resource update